aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ftrace_event.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-09perf: Rework the PMU methodsGravatar Peter Zijlstra 1-2/+2
2010-08-19perf, tracing: add missing __percpu markupsGravatar Namhyung Kim 1-2/+2
2010-07-20tracing: Reduce latency and remove percpu trace_seqGravatar Lai Jiangshan 1-2/+3
2010-07-20tracing: Allow to disable cmdline recordingGravatar Li Zefan 1-2/+5
2010-06-28tracing: Use class->reg() for all registering of eventsGravatar Steven Rostedt 1-0/+3
2010-06-09perf, trace: Inline perf_swevent_put_recursion_context()Gravatar Peter Zijlstra 1-2/+1
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-28/+75
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Gravatar Steven Rostedt 1-11/+12
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-0/+3
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Gravatar Peter Zijlstra 1-8/+8
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Gravatar Peter Zijlstra 1-6/+3
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 1-0/+1
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsGravatar Peter Zijlstra 1-3/+5
2010-05-14tracing: Comment the use of event_mutex with trace event flagsGravatar Steven Rostedt 1-1/+8
2010-05-14tracing: Combine event filter_active and enable into single flags fieldGravatar Steven Rostedt 1-2/+19
2010-05-14tracing: Remove duplicate id information in event structureGravatar Steven Rostedt 1-3/+2
2010-05-14tracing: Move print functions into event classGravatar Steven Rostedt 1-1/+1
2010-05-14tracing: Allow events to share their print functionsGravatar Steven Rostedt 1-5/+12
2010-05-14tracing: Move raw_init from events to classGravatar Steven Rostedt 1-1/+1
2010-05-14tracing: Move fields from event to class structureGravatar Steven Rostedt 1-2/+3
2010-05-14tracing: Remove per event trace registeringGravatar Steven Rostedt 1-4/+15
2010-05-14tracing: Create class struct for eventsGravatar Steven Rostedt 1-1/+5
2010-04-30[SCSI] ftrace: add __print_hex()Gravatar Kei Tokunaga 1-0/+3
2010-03-31tracing: Show the lost events in the trace_pipe outputGravatar Steven Rostedt 1-0/+1
2010-03-10perf: Drop the obsolete profile naming for trace eventsGravatar Frederic Weisbecker 1-8/+8
2010-03-10perf: Take a hot regs snapshot for trace eventsGravatar Frederic Weisbecker 1-2/+5
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+16
2010-01-29perf: Factorize trace events raw sample buffer operationsGravatar Xiao Guangrong 1-3/+15
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTGravatar Lai Jiangshan 1-2/+0
2010-01-06tracing: Add print_fmt fieldGravatar Lai Jiangshan 1-0/+1
2009-12-28perf events: Remove CONFIG_EVENT_PROFILEGravatar Li Zefan 1-1/+1
2009-12-13tracing: Change event->profile_count to be int typeGravatar Li Zefan 1-1/+1
2009-12-13tracing: Pull up calls to trace_define_common_fields()Gravatar Li Zefan 1-1/+0
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Gravatar Li Zefan 1-0/+1
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferGravatar Steven Rostedt 1-0/+1
2009-11-22tracing: Use the perf recursion protection from trace eventGravatar Frederic Weisbecker 1-7/+2
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfGravatar Frederic Weisbecker 1-2/+7
2009-10-23Merge branch 'perf/core' into perf/probesGravatar Ingo Molnar 1-1/+10
2009-10-15tracing/profile: Add filter supportGravatar Li Zefan 1-1/+10
2009-09-23Merge commit 'linus/master' into tracing/kprobesGravatar Frederic Weisbecker 1-3/+9
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyGravatar Frederic Weisbecker 1-0/+6
2009-09-18tracing: Factorize the events profile accountingGravatar Frederic Weisbecker 1-2/+2
2009-09-12tracing: allow filter predicates to handle ksym symbolsGravatar Steven Rostedt 1-2/+2
2009-09-11tracing: add lock depth to entriesGravatar Steven Rostedt 1-0/+1
2009-09-11tracing: move tgid out of generic entry and into userstackGravatar Steven Rostedt 1-1/+0
2009-09-11Merge commit 'tracing/core' into tracing/kprobesGravatar Frederic Weisbecker 1-6/+10
2009-09-04tracing: pass around ring buffer instead of tracerGravatar Steven Rostedt 1-5/+10
2009-08-31tracing/filters: Defer pred allocationGravatar Li Zefan 1-1/+0
2009-08-27tracing: Restore the const qualifier for field names and types definitionGravatar Frederic Weisbecker 1-3/+3
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportGravatar Masami Hiramatsu 1-9/+10