aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAge
* Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-12-14
|\
| * tracing: Add stack trace to irqsoff tracerSteven Rostedt2009-12-11
| * tracing: Add trace_dump_stack()Steven Rostedt2009-12-11
* | Merge branch 'linus' into tracing/urgentIngo Molnar2009-12-14
|\ \
| * \ Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-11
| |\ \
| * \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-11
| |\ \ \
| | * | | tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker2009-12-09
| | * | | trace-kprobe: Support delete probe syntaxMasami Hiramatsu2009-12-09
| | * | | hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-06
* | | | | ksym_tracer: Fix bad castLi Zefan2009-12-13
* | | | | tracing/power: Remove two exportsLi Zefan2009-12-13
* | | | | tracing: Change event->profile_count to be int typeLi Zefan2009-12-13
* | | | | tracing: Simplify trace_option_write()Li Zefan2009-12-13
* | | | | tracing: Remove useless trace optionLi Zefan2009-12-13
* | | | | tracing: Use seq file for trace_clockLi Zefan2009-12-13
* | | | | tracing: Use seq file for trace_optionsLi Zefan2009-12-13
* | | | | function-graph: Allow writing the same val to set_graph_functionLi Zefan2009-12-13
* | | | | ftrace: Call trace_parser_clear() properlyLi Zefan2009-12-13
* | | | | ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan2009-12-13
* | | | | tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-13
* | | | | tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-13
* | | | | tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-13
| |_|_|/ |/| | |
* | | | ring-buffer: Move resize integrity check under reader lockSteven Rostedt2009-12-10
* | | | ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt2009-12-10
* | | | tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner2009-12-10
| |_|/ |/| |
* | | tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde2009-12-09
* | | tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa2009-12-09
* | | tracing: Add full state to trace_seqJohannes Berg2009-12-09
* | | tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-09
* | | tracing: Only call pipe_close if pipe_close is definedSteven Rostedt2009-12-09
* | | tracing: Add pipe_close interfaceSteven Rostedt2009-12-07
|/ /
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
|\|
| * trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan2009-12-01
| * trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-01
| * trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan2009-12-01
| * trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-01
| * trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-01
| * trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-01
| * trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-01
| * trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu2009-12-01
| * trace_kprobes: Don't output zero offsetLai Jiangshan2009-11-27
| * trace_kprobes: Always show group nameLai Jiangshan2009-11-27
| * trace_kprobes: Fix memory leakLai Jiangshan2009-11-27
| * trace_syscalls: Add syscall nr fieldLai Jiangshan2009-11-27
| * hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2009-11-27
| * hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-26
| * ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker2009-11-26
| * trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi2009-11-25
| * perf_events: Undo some recursion damagePeter Zijlstra2009-11-23
| * tracing: Forget about the NMI buffer for syscall eventsFrederic Weisbecker2009-11-22