summaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h
AgeCommit message (Expand)AuthorLines
2011-10-04perf: Fix counter of ftrace eventsAndrew Vagin-0/+3
2011-05-25tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo-0/+13
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt-11/+13
2010-11-19tracing/events: Show real number in array fieldsSteven Rostedt-4/+10
2010-11-18tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker-6/+1
2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker-0/+12
2010-08-02tracing: Drop cpparg() macroFrederic Weisbecker-5/+2
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan-9/+3
2010-06-28tracing: Use class->reg() for all registering of eventsSteven Rostedt-0/+2
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar-1/+1
2010-06-08perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker-1/+1
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra-1/+1
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-158/+91
2010-05-25tracing: Add __used annotation to event variableSteven Rostedt-1/+1
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt-10/+10
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-0/+3
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra-1/+3
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra-10/+7
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-14/+19
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra-1/+2
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+12
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt-6/+7
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt-6/+6
2010-05-14tracing: Move print functions into event classSteven Rostedt-26/+19
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt-5/+8
2010-05-14tracing: Move raw_init from events to classSteven Rostedt-5/+4
2010-05-14tracing: Move fields from event to class structureSteven Rostedt-5/+6
2010-05-14tracing: Remove per event trace registeringSteven Rostedt-95/+38
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt-7/+7
2010-05-14tracing: Create class struct for eventsSteven Rostedt-25/+19
2010-04-30[SCSI] ftrace: add __print_hex()Kei Tokunaga-0/+3
2010-04-04perf: Fetch hot regs from the template callerFrederic Weisbecker-11/+12
2010-03-31tracing: Update commentsLi Zefan-14/+19
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-20/+24
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker-19/+19
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker-1/+5
2010-03-04rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()Paul E. McKenney-2/+2
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-48/+12
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney-1/+2
2010-02-16tracing: Add notrace to TRACE_EVENT implementation functionsSteven Rostedt-13/+18
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong-42/+6
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar-3/+4
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan-127/+6
2010-01-06tracing: Add print_fmt fieldLai Jiangshan-1/+27
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan-3/+4
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan-6/+6
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan-1/+0
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan-14/+2
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan-4/+0
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan-31/+4