aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-20/+24
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker1-19/+19
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker1-1/+5
2010-03-04rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()Paul E. McKenney1-2/+2
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-48/+12
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney1-1/+2
2010-02-16tracing: Add notrace to TRACE_EVENT implementation functionsSteven Rostedt1-13/+18
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong1-42/+6
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+4
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan1-127/+6
2010-01-06tracing: Add print_fmt fieldLai Jiangshan1-1/+27
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan1-3/+4
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan1-6/+6
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan1-1/+0
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan1-14/+2
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan1-4/+0
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-31/+4
2009-12-13ftrace.h: Use common pr_info fmt stringJoe Perches1-1/+1
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-66/+272
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar1-23/+23
2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt1-4/+119
2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt1-42/+107
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra1-8/+9
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker1-11/+12
2009-11-13tracing: Fix event format exportJohannes Berg1-1/+1
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker1-9/+30
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-6/+9
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi1-6/+9
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-55/+70
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+5
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-5/+5
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker1-28/+55
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker1-20/+8
2009-09-14tracing: have TRACE_EVENT macro use __flags to not shadow parameterSteven Rostedt1-2/+2
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt1-2/+2
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker1-12/+17
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-5/+10
2009-08-31tracing/filters: Defer pred allocationLi Zefan1-1/+0
2009-08-28tracing: Fix double CPP substitution in TRACE_EVENT_FNFrederic Weisbecker1-6/+7
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu1-8/+8
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-0/+9
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan1-7/+24
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone1-0/+9
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan1-5/+3
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan1-2/+1
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker1-1/+2
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron1-2/+2
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-25/+158
2009-08-10perf_counter: Zero dead bytes from ftrace raw samples size alignmentFrederic Weisbecker1-0/+4
2009-08-10perf_counter: Subtract the buffer size field from the event record sizeFrederic Weisbecker1-1/+7