summaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-091-0/+1
* tracing: Compare to 1 instead of zero for is_signed_type()Steven Rostedt (Red Hat)2013-04-191-1/+1
* tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)2013-03-151-6/+14
* tracing: Fix comments for ftrace_event_file/call flagsSteven Rostedt (Red Hat)2013-03-151-7/+10
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-0/+2
* tracing: Only clear trace buffer on module unload if event was tracedSteven Rostedt (Red Hat)2013-03-151-0/+5
* tracing: Add comment for trace event flag IGNORE_ENABLESteven Rostedt (Red Hat)2013-03-151-0/+1
* tracing: Add a helper function for event print functionsLi Zefan2013-03-151-2/+6
* tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt2013-03-151-0/+7
* tracing: Separate out trace events from global variablesSteven Rostedt2013-03-151-11/+40
* tracing: Make a snapshot feature available from userspaceHiraku Toyooka2013-01-301-0/+3
* tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt2013-01-211-1/+0
* tracing: Fix sparse warning with is_signed_type() macroSteven Rostedt2013-01-211-1/+1
* tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp2012-11-131-0/+6
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-7/+7
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-311-2/+3
* tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt2012-06-281-1/+1
* tracing: Add comments for the other bits of ftrace_event_call.flagsSteven Rostedt2012-06-141-0/+3
* tracing: Do not enable function event with enableSteven Rostedt2012-05-101-0/+2
* perf: Add ifdef to remove unused enum switch warningsJiri Olsa2012-03-141-0/+2
* ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-211-0/+1
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-211-0/+2
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-211-2/+4
* tracing: Restore system filter behaviorLi Zefan2011-12-051-0/+2
* tracing: Have dynamic size event stack tracesSteven Rostedt2011-07-141-0/+1
* tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-141-0/+4
* tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-251-0/+12
* Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven2011-05-061-0/+1
* tracing: Remove lock_depth from event entrySteven Rostedt2011-03-101-1/+0
* tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt2011-02-071-1/+0
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-191-0/+4
* tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker2010-11-181-0/+8
* tracing: New flag to allow non privileged users to use a trace eventFrederic Weisbecker2010-11-181-0/+2
* perf: Rework the PMU methodsPeter Zijlstra2010-09-091-2/+2
* perf, tracing: add missing __percpu markupsNamhyung Kim2010-08-191-2/+2
* tracing: Reduce latency and remove percpu trace_seqLai Jiangshan2010-07-201-2/+3
* tracing: Allow to disable cmdline recordingLi Zefan2010-07-201-2/+5
* tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-281-0/+3
* perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra2010-06-091-2/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-271-28/+75
|\
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-211-11/+12
| |\
| | * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-211-8/+8
| | * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-211-6/+3
| | * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-201-0/+1
| | |\
| | * | perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-181-3/+5
| * | | tracing: Comment the use of event_mutex with trace event flagsSteven Rostedt2010-05-141-1/+8
| * | | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-141-2/+19
| * | | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-3/+2
| * | | tracing: Move print functions into event classSteven Rostedt2010-05-141-1/+1
| * | | tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-5/+12