aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2010-02-28blktrace: perform cleanup after setup errorDmitry Monakhov1-2/+3
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-234/+152
2010-02-27Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/coreIngo Molnar1-9/+43
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar2-1/+6
2010-02-26ftrace: Add function names to dangling } in function graph tracerSteven Rostedt1-9/+43
2010-02-26Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/coreIngo Molnar6-17/+6
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar7-21/+77
2010-02-25tracing: Simplify memory recycle of trace_define_fieldWenji Huang1-3/+1
2010-02-25tracing: Remove unnecessary variable in print_graph_returnWenji Huang1-1/+0
2010-02-25tracing: Fix typo of info text in trace_kprobe.cWenji Huang1-2/+2
2010-02-25tracing: Fix typo in prof_sysexit_enable()Wenji Huang1-1/+1
2010-02-25tracing: Remove CONFIG_TRACE_POWER from kernel configLi Zefan1-9/+0
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney1-1/+2
2010-02-17tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens1-1/+1
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger1-0/+5
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens1-1/+1
2010-02-11ftrace: Allow to remove a single function from function graph filterLi Zefan2-21/+33
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt1-2/+17
2010-02-04ftrace: Remove record freezingMasami Hiramatsu1-39/+0
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu1-0/+15
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan1-0/+24
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar3-14/+25
2010-01-29tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong1-17/+10
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong3-142/+67
2010-01-29tracing: Simplify test for function_graph tracing start pointLai Jiangshan2-7/+3
2010-01-26tracing/documentation: Cover new frame pointer semanticsMike Frysinger1-3/+1
2010-01-26ring-buffer: Check for end of page in iteratorSteven Rostedt1-3/+8
2010-01-26ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt1-0/+13
2010-01-25tracing: Prevent kernel oops with corrupted bufferSteven Rostedt1-0/+5
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu1-8/+47
2010-01-17tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker1-9/+10
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan1-1/+12
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan1-4/+3
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan1-1/+1
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan1-2/+3
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan1-1/+1
2010-01-14ftrace: Fix MATCH_END_ONLY function filterLi Zefan1-3/+3
2010-01-13tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu1-17/+1
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar5-147/+123
2010-01-06ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt1-1/+1
2010-01-06ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp1-1/+1
2010-01-06tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt1-2/+6
2010-01-06tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan1-39/+97
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan4-229/+0
2010-01-06tracing: Use defined fields and print_fmt to print formatsLai Jiangshan1-24/+41
2010-01-06tracing: Have syscall tracing call its own init functionSteven Rostedt1-6/+6
2010-01-06tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan1-1/+63
2010-01-06tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan1-1/+67
2010-01-06tracing: Add print_fmt fieldLai Jiangshan1-0/+7