aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu1-0/+1
2013-04-19tracing: Compare to 1 instead of zero for is_signed_type()Steven Rostedt (Red Hat)1-1/+1
2013-03-15tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)1-6/+14
2013-03-15tracing: Fix comments for ftrace_event_file/call flagsSteven Rostedt (Red Hat)1-7/+10
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-0/+2
2013-03-15tracing: Only clear trace buffer on module unload if event was tracedSteven Rostedt (Red Hat)1-0/+5
2013-03-15tracing: Add comment for trace event flag IGNORE_ENABLESteven Rostedt (Red Hat)1-0/+1
2013-03-15tracing: Add a helper function for event print functionsLi Zefan1-2/+6
2013-03-15tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt1-0/+7
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt1-11/+40
2013-01-30tracing: Make a snapshot feature available from userspaceHiraku Toyooka1-0/+3
2013-01-21tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt1-1/+0
2013-01-21tracing: Fix sparse warning with is_signed_type() macroSteven Rostedt1-1/+1
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp1-0/+6
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt1-7/+7
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-2/+3
2012-06-28tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt1-1/+1
2012-06-14tracing: Add comments for the other bits of ftrace_event_call.flagsSteven Rostedt1-0/+3
2012-05-10tracing: Do not enable function event with enableSteven Rostedt1-0/+2
2012-03-14perf: Add ifdef to remove unused enum switch warningsJiri Olsa1-0/+2
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa1-0/+1
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa1-0/+2
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa1-2/+4
2011-12-05tracing: Restore system filter behaviorLi Zefan1-0/+2
2011-07-14tracing: Have dynamic size event stack tracesSteven Rostedt1-0/+1
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu1-0/+4
2011-05-25tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo1-0/+12
2011-05-06Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven1-0/+1
2011-03-10tracing: Remove lock_depth from event entrySteven Rostedt1-1/+0
2011-02-07tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt1-1/+0
2010-11-19tracing/events: Show real number in array fieldsSteven Rostedt1-0/+4
2010-11-18tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker1-0/+8
2010-11-18tracing: New flag to allow non privileged users to use a trace eventFrederic Weisbecker1-0/+2
2010-09-09perf: Rework the PMU methodsPeter Zijlstra1-2/+2
2010-08-19perf, tracing: add missing __percpu markupsNamhyung Kim1-2/+2
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan1-2/+3
2010-07-20tracing: Allow to disable cmdline recordingLi Zefan1-2/+5
2010-06-28tracing: Use class->reg() for all registering of eventsSteven Rostedt1-0/+3
2010-06-09perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra1-2/+1
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-28/+75
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7Steven Rostedt1-11/+12
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+3
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track eventsPeter Zijlstra1-8/+8
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interactionPeter Zijlstra1-6/+3
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-0/+1
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra1-3/+5
2010-05-14tracing: Comment the use of event_mutex with trace event flagsSteven Rostedt1-1/+8
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt1-2/+19
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt1-3/+2
2010-05-14tracing: Move print functions into event classSteven Rostedt1-1/+1