aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-59/+34
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-31perf lock: Enhance information of lock trace eventsHitoshi Mitake1-9/+20
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 Jiangshan2-131/+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 Zefan2-8/+8
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar2-18/+44
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-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-14/+40
2009-12-10itimer: Fix the itimer trace print formatThomas Gleixner1-4/+4
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds17-770/+832
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-34/+64
2009-12-03Merge branch 'perf/mce' into perf/coreIngo Molnar1-0/+69
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-4/+4
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-0/+1
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-1/+2
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-6/+0
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-1/+1
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-2/+0
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu1-0/+68
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu1-0/+39
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu2-25/+66
2009-11-26tracing: Restore original format of sched eventsLi Zefan1-12/+6
2009-11-26tracing: Convert some ext4 events to DEFINE_TRACELi Zefan1-94/+35
2009-11-26tracing: Convert some jbd2 events to DEFINE_EVENTLi Zefan1-52/+11
2009-11-26tracing: Convert some block events to DEFINE_EVENTLi Zefan1-160/+42
2009-11-26tracing: Convert some power events to DEFINE_EVENTLi Zefan1-21/+15
2009-11-26tracing: Convert some workqueue events to DEFINE_EVENTLi Zefan1-15/+7
2009-11-26tracing: Convert softirq events to DEFINE_EVENTLi Zefan1-25/+21
2009-11-26tracing: Convert some kmem events to DEFINE_EVENTLi Zefan1-90/+40
2009-11-26tracing: Convert module refcnt events to DEFINE_EVENTLi Zefan1-15/+7
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar3-27/+27
2009-11-25tracing: Separate raw syscall from syscall tracerLai Jiangshan1-1/+2
2009-11-24tracing: Convert some sched trace events to DEFINE_EVENT and _PRINTSteven Rostedt1-118/+52
2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt2-4/+124
2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt2-42/+113
2009-11-24ext4: remove encountered_congestion traceWu Fengguang1-4/+2
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra1-8/+9
2009-11-22ext4: print i_mode in octal in ext4 tracepointsTheodore Ts'o1-4/+4
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o1-7/+9
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker1-11/+12