aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds4-34/+35
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-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
2009-11-27trace_syscalls: Add syscall nr fieldLai Jiangshan1-0/+8
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker1-22/+20
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker1-12/+4
2009-11-26ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker1-2/+8
2009-11-25ring-buffer-benchmark: Add parameters to set produce/consumer prioritiesSteven Rostedt1-2/+56
2009-11-25trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi1-1/+1
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra2-12/+16
2009-11-23tracing, function tracer: Clean up strstrip() usageIngo Molnar1-5/+4
2009-11-23ring-buffer benchmark: Run producer/consumer threads at nice +19Ingo Molnar1-0/+6
2009-11-22tracing: Forget about the NMI buffer for syscall eventsFrederic Weisbecker1-8/+2
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker3-66/+43
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar6-0/+654
2009-11-17tracing: Prevent build warning: 'ftrace_graph_buf' defined but not usedLai Jiangshan1-1/+1
2009-11-17tracing: Fix trace_marker outputCarsten Emde1-25/+14
2009-11-17ring-buffer: Move access to commit_page up into function usedSteven Rostedt1-6/+3
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar5-16/+21
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar2-3/+5
2009-11-11tracing: do not disable interrupts for trace_clock_localSteven Rostedt1-3/+5
2009-11-11ring-buffer: Add multiple iterations between benchmark timestampsSteven Rostedt1-9/+16
2009-11-11tracing: Fix return value of tracing_stats_read()Roel Kluin1-1/+1
2009-11-10ksym_tracer: Support read accesses independent of read/write.Paul Mundt1-1/+10
2009-11-08ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan2-2/+2
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker4-74/+66
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker3-39/+96
2009-11-04tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu3-12/+15