aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
Commit message (Expand)AuthorAge
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-09-03
|\
| * tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)2013-07-26
* | tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-02
* | tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2013-07-31
|/
* tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-09
* tracing: Compare to 1 instead of zero for is_signed_type()Steven Rostedt (Red Hat)2013-04-19
* tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)2013-03-15
* tracing: Fix comments for ftrace_event_file/call flagsSteven Rostedt (Red Hat)2013-03-15
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-15
* tracing: Only clear trace buffer on module unload if event was tracedSteven Rostedt (Red Hat)2013-03-15
* tracing: Add comment for trace event flag IGNORE_ENABLESteven Rostedt (Red Hat)2013-03-15
* tracing: Add a helper function for event print functionsLi Zefan2013-03-15
* tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt2013-03-15
* tracing: Separate out trace events from global variablesSteven Rostedt2013-03-15
* tracing: Make a snapshot feature available from userspaceHiraku Toyooka2013-01-30
* tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt2013-01-21
* tracing: Fix sparse warning with is_signed_type() macroSteven Rostedt2013-01-21
* tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp2012-11-13
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-02
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-31
* tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt2012-06-28
* tracing: Add comments for the other bits of ftrace_event_call.flagsSteven Rostedt2012-06-14
* tracing: Do not enable function event with enableSteven Rostedt2012-05-10
* perf: Add ifdef to remove unused enum switch warningsJiri Olsa2012-03-14
* ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-21
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-21
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-21
* tracing: Restore system filter behaviorLi Zefan2011-12-05
* tracing: Have dynamic size event stack tracesSteven Rostedt2011-07-14
* tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-14
* tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-25
* Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven2011-05-06
* tracing: Remove lock_depth from event entrySteven Rostedt2011-03-10
* tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt2011-02-07
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-19
* tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker2010-11-18
* tracing: New flag to allow non privileged users to use a trace eventFrederic Weisbecker2010-11-18
* perf: Rework the PMU methodsPeter Zijlstra2010-09-09
* perf, tracing: add missing __percpu markupsNamhyung Kim2010-08-18
* tracing: Reduce latency and remove percpu trace_seqLai Jiangshan2010-07-20
* tracing: Allow to disable cmdline recordingLi Zefan2010-07-20
* tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-28
* perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra2010-06-09
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-27
|\
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-21
| |\
| | * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-21
| | * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-21
| | * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-20
| | |\
| | * | perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-18
| * | | tracing: Comment the use of event_mutex with trace event flagsSteven Rostedt2010-05-14