summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2009-09-17tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu
2009-09-17tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu
2009-09-17tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu
2009-09-17ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu
2009-09-17ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu
2009-09-17tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu
2009-09-17tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu
2009-09-11tracing/kprobes: Show event name in trace outputMasami Hiramatsu
2009-09-11tracing/kprobes: Add argument name supportMasami Hiramatsu
2009-09-11tracing/kprobes: Add event profiling supportMasami Hiramatsu
2009-09-11tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu
2009-09-11tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker
2009-09-06Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar
2009-09-04ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt
2009-09-04ring-buffer: check for swapped buffers in start of committingSteven Rostedt
2009-09-04tracing: report error in trace if we fail to swap latency bufferSteven Rostedt
2009-09-04tracing: add trace_array_printk for internal tracers to useSteven Rostedt
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt
2009-09-04tracing: make tracing_reset safe for external useSteven Rostedt
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt
2009-09-04tracing/filters: Defer pred allocation, fix memory leakLi Zefan
2009-09-04tracing: remove users of tracing_resetSteven Rostedt
2009-09-04tracing: disable buffers and synchronize_sched before resettingSteven Rostedt
2009-09-04tracing: disable update max tracer while reading traceSteven Rostedt
2009-09-04tracing: print out start and stop in latency tracesSteven Rostedt
2009-09-04ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt
2009-09-04ring-buffer: do not count discarded eventsSteven Rostedt
2009-09-04ring-buffer: remove ring_buffer_event_discardSteven Rostedt
2009-09-04ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt
2009-09-04ring-buffer: remove unnecessary cpu_relaxSteven Rostedt
2009-09-04ring-buffer: do not swap buffers during a commitSteven Rostedt
2009-09-04ring-buffer: do not reset while in a commitSteven Rostedt
2009-08-31tracing/filters: Defer pred allocationLi Zefan
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt
2009-08-27tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt
2009-08-27tracing: Remove unneeded pointer castsFrederic Weisbecker
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker
2009-08-27tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu
2009-08-27tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu
2009-08-27tracing: Add kprobes event profiling interfaceMasami Hiramatsu
2009-08-27tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu
2009-08-27tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu
2009-08-27tracing: Kprobe-tracer supports more than 6 argumentsMasami Hiramatsu
2009-08-27tracing: Add kprobe-based event tracerMasami Hiramatsu
2009-08-27tracing: Introduce TRACE_FIELD_ZERO() macroMasami Hiramatsu
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron