aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possibleOleg Nesterov2013-08-131-1/+6
* tracing/perf: Reimplement TP_perf_assign() logicOleg Nesterov2013-08-131-8/+11
* tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)Oleg Nesterov2013-08-131-4/+3
* tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-181-4/+0
* tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt2013-06-201-0/+4
* tracing: Remove obsolete macro guard _TRACE_PROFILE_INITzhangwei(Jovi)2013-04-121-2/+0
* tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)2013-03-151-0/+8
* tracing: Fix some section mismatch warningsLi Zefan2013-03-151-1/+1
* tracing: Annotate event field-defining functions with __initLi Zefan2013-03-151-1/+1
* tracing: Add a helper function for event print functionsLi Zefan2013-03-151-17/+6
* tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt2013-03-151-4/+5
* tracing: Separate out trace events from global variablesSteven Rostedt2013-03-151-1/+2
* tracing: Kill unused and puzzled sample code in ftrace.hShan Wei2012-11-131-73/+0
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-2/+1
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-311-1/+5
* tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim2012-06-281-0/+1
* perf: Fix counter of ftrace eventsAndrew Vagin2011-10-041-0/+3
* tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-251-0/+13
* tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-021-11/+13
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-191-4/+10
* tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker2010-11-181-6/+1
* tracing: New macro to set up initial event flags valueFrederic Weisbecker2010-11-181-0/+12
* tracing: Drop cpparg() macroFrederic Weisbecker2010-08-021-5/+2
* tracing: Reduce latency and remove percpu trace_seqLai Jiangshan2010-07-201-9/+3
* tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-281-0/+2
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-091-1/+1
|\
| * perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-081-1/+1
* | perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-311-1/+1
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-271-158/+91
|\
| * tracing: Add __used annotation to event variableSteven Rostedt2010-05-251-1/+1
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-211-10/+10
| |\
| | * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-211-1/+3
| | * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-211-10/+7
| | * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-201-14/+19
| | |\
| | * | perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-181-1/+2
| * | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-181-6/+7
| |\ \ \ | | |/ /
| * | | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-6/+6
| * | | tracing: Move print functions into event classSteven Rostedt2010-05-141-26/+19
| * | | tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-5/+8
| * | | tracing: Move raw_init from events to classSteven Rostedt2010-05-141-5/+4
| * | | tracing: Move fields from event to class structureSteven Rostedt2010-05-141-5/+6
| * | | tracing: Remove per event trace registeringSteven Rostedt2010-05-141-95/+38
| * | | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-7/+7
| * | | tracing: Create class struct for eventsSteven Rostedt2010-05-141-25/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-211-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | [SCSI] ftrace: add __print_hex()Kei Tokunaga2010-04-301-0/+3
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-11/+12
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | perf: Fetch hot regs from the template callerFrederic Weisbecker2010-04-041-11/+12
| |/
* | tracing: Update commentsLi Zefan2010-03-311-14/+19
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-181-20/+24
|\