aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-30ksym_tracer: Fix race when incrementing countLi Zefan1-5/+7
2009-12-30ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan1-2/+2
2009-12-30ksym_tracer: Fix to make the tracer workLi Zefan1-1/+0
2009-12-28tracing: Kconfig spelling fixes and cleanupsRandy Dunlap1-56/+56
2009-12-21tracing: Fix setting tracer specific optionsSteven Rostedt1-1/+1
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt1-1/+1
2009-12-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar2-0/+18
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar2-11/+31
2009-12-13ksym_tracer: Fix bad castLi Zefan1-3/+4
2009-12-13tracing/power: Remove two exportsLi Zefan1-2/+0
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan2-4/+3
2009-12-13tracing: Simplify trace_option_write()Li Zefan1-54/+31
2009-12-13tracing: Remove useless trace optionLi Zefan2-13/+11
2009-12-13tracing: Use seq file for trace_clockLi Zefan1-9/+15
2009-12-13tracing: Use seq file for trace_optionsLi Zefan1-43/+17
2009-12-13function-graph: Allow writing the same val to set_graph_functionLi Zefan1-3/+2
2009-12-13ftrace: Call trace_parser_clear() properlyLi Zefan1-2/+1
2009-12-13ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan1-6/+16
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2-13/+17
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan4-23/+4
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-0/+14
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-57/+242
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-13/+33
2009-12-11tracing: Add stack trace to irqsoff tracerSteven Rostedt1-0/+2
2009-12-11tracing: Add trace_dump_stack()Steven Rostedt1-0/+16
2009-12-10ring-buffer: Move resize integrity check under reader lockSteven Rostedt1-4/+4
2009-12-10ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt1-16/+9
2009-12-11tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner1-28/+21
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde1-6/+12
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa1-34/+131
2009-12-09tracing: Add full state to trace_seqJohannes Berg1-11/+50
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2-6/+43
2009-12-09tracing: Only call pipe_close if pipe_close is definedSteven Rostedt1-1/+1
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker1-2/+2
2009-12-09trace-kprobe: Support delete probe syntaxMasami Hiramatsu1-9/+28
2009-12-07tracing: Add pipe_close interfaceSteven Rostedt2-0/+6
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker1-2/+3
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds13-347/+2645
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-206/+587
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan1-16/+0
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-16/+8
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-0/+12
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-13/+9
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-20/+10
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-25/+11
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-8/+0
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu1-7/+19
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan1-3/+9
2009-11-27trace_kprobes: Always show group nameLai Jiangshan1-1/+1
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan1-1/+3