summaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorLines
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-59/+34
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-31perf lock: Enhance information of lock trace eventsHitoshi Mitake-9/+20
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-131/+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-8/+8
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar-18/+44
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
2009-12-13ftrace.h: Use common pr_info fmt stringJoe Perches-1/+1
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds-14/+40
2009-12-10itimer: Fix the itimer trace print formatThomas Gleixner-4/+4
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-770/+832
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-34/+64
2009-12-03Merge branch 'perf/mce' into perf/coreIngo Molnar-0/+69
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan-4/+4
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan-0/+1
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan-1/+2
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan-6/+0
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan-1/+1
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan-2/+0
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu-0/+68
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu-0/+39
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu-25/+66
2009-11-26tracing: Restore original format of sched eventsLi Zefan-12/+6
2009-11-26tracing: Convert some ext4 events to DEFINE_TRACELi Zefan-94/+35
2009-11-26tracing: Convert some jbd2 events to DEFINE_EVENTLi Zefan-52/+11
2009-11-26tracing: Convert some block events to DEFINE_EVENTLi Zefan-160/+42
2009-11-26tracing: Convert some power events to DEFINE_EVENTLi Zefan-21/+15
2009-11-26tracing: Convert some workqueue events to DEFINE_EVENTLi Zefan-15/+7
2009-11-26tracing: Convert softirq events to DEFINE_EVENTLi Zefan-25/+21
2009-11-26tracing: Convert some kmem events to DEFINE_EVENTLi Zefan-90/+40
2009-11-26tracing: Convert module refcnt events to DEFINE_EVENTLi Zefan-15/+7
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar-27/+27
2009-11-25tracing: Separate raw syscall from syscall tracerLai Jiangshan-1/+2
2009-11-24tracing: Convert some sched trace events to DEFINE_EVENT and _PRINTSteven Rostedt-118/+52
2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt-4/+124
2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt-42/+113
2009-11-24ext4: remove encountered_congestion traceWu Fengguang-4/+2
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra-8/+9
2009-11-22ext4: print i_mode in octal in ext4 tracepointsTheodore Ts'o-4/+4
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o-7/+9
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker-11/+12