aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-5/+12
2010-05-14tracing: Move raw_init from events to classSteven Rostedt1-1/+1
2010-05-14tracing: Move fields from event to class structureSteven Rostedt1-2/+3
2010-05-14tracing: Remove per event trace registeringSteven Rostedt1-4/+15
2010-05-14tracing: Create class struct for eventsSteven Rostedt1-1/+5
2010-04-30[SCSI] ftrace: add __print_hex()Kei Tokunaga1-0/+3
2010-03-31tracing: Show the lost events in the trace_pipe outputSteven Rostedt1-0/+1
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker1-8/+8
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker1-2/+5
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+16
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong1-3/+15
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan1-2/+0
2010-01-06tracing: Add print_fmt fieldLai Jiangshan1-0/+1
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan1-1/+1
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan1-1/+1
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan1-1/+0
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-0/+1
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt1-0/+1
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker1-7/+2
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker1-2/+7
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-1/+10
2009-10-15tracing/profile: Add filter supportLi Zefan1-1/+10
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-3/+9
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker1-0/+6
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker1-2/+2
2009-09-12tracing: allow filter predicates to handle ksym symbolsSteven Rostedt1-2/+2
2009-09-11tracing: add lock depth to entriesSteven Rostedt1-0/+1
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt1-1/+0
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker1-6/+10
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-5/+10