aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa
2009-12-09tracing: Add full state to trace_seqJohannes Berg
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt
2009-12-09tracing: Only call pipe_close if pipe_close is definedSteven Rostedt
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker
2009-12-09trace-kprobe: Support delete probe syntaxMasami Hiramatsu
2009-12-07tracing: Add pipe_close interfaceSteven Rostedt
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan
2009-11-27trace_kprobes: Always show group nameLai Jiangshan
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan
2009-11-27trace_syscalls: Add syscall nr fieldLai Jiangshan
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker
2009-11-26ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker
2009-11-25ring-buffer-benchmark: Add parameters to set produce/consumer prioritiesSteven Rostedt
2009-11-25trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra
2009-11-23tracing, function tracer: Clean up strstrip() usageIngo Molnar
2009-11-23ring-buffer benchmark: Run producer/consumer threads at nice +19Ingo Molnar
2009-11-22tracing: Forget about the NMI buffer for syscall eventsFrederic Weisbecker
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar
2009-11-17tracing: Prevent build warning: 'ftrace_graph_buf' defined but not usedLai Jiangshan
2009-11-17tracing: Fix trace_marker outputCarsten Emde
2009-11-17ring-buffer: Move access to commit_page up into function usedSteven Rostedt
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar
2009-11-11tracing: do not disable interrupts for trace_clock_localSteven Rostedt
2009-11-11ring-buffer: Add multiple iterations between benchmark timestampsSteven Rostedt
2009-11-11tracing: Fix return value of tracing_stats_read()Roel Kluin
2009-11-10ksym_tracer: Support read accesses independent of read/write.Paul Mundt
2009-11-08ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker
2009-11-04tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu