aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAge
* tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu2009-09-16
* tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu2009-09-16
* tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu2009-09-16
* ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu2009-09-16
* ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu2009-09-16
* tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu2009-09-16
* tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu2009-09-16
* tracing/kprobes: Show event name in trace outputMasami Hiramatsu2009-09-11
* tracing/kprobes: Add argument name supportMasami Hiramatsu2009-09-11
* tracing/kprobes: Add event profiling supportMasami Hiramatsu2009-09-10
* tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu2009-09-10
* tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu2009-09-10
* Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-10
|\
| * Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-09-06
| |\
| | * tracing/filters: Defer pred allocation, fix memory leakLi Zefan2009-09-04
| * | Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-06
| |\ \
| | * | tracing: handle broken names in ftrace filterJiri Olsa2009-08-18
| | * | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-17
| | * | Remove double removal of blktrace directoryAlan D. Brunelle2009-08-12
| * | | ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2009-09-04
| * | | ring-buffer: check for swapped buffers in start of committingSteven Rostedt2009-09-04
| * | | tracing: report error in trace if we fail to swap latency bufferSteven Rostedt2009-09-04
| * | | tracing: add trace_array_printk for internal tracers to useSteven Rostedt2009-09-04
| * | | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-04
| * | | tracing: make tracing_reset safe for external useSteven Rostedt2009-09-04
| * | | tracing: use timestamp to determine start of latency tracesSteven Rostedt2009-09-04
| * | | tracing: remove users of tracing_resetSteven Rostedt2009-09-04
| * | | tracing: disable buffers and synchronize_sched before resettingSteven Rostedt2009-09-04
| * | | tracing: disable update max tracer while reading traceSteven Rostedt2009-09-04
| * | | tracing: print out start and stop in latency tracesSteven Rostedt2009-09-04
| * | | ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt2009-09-04
| * | | ring-buffer: do not count discarded eventsSteven Rostedt2009-09-04
| * | | ring-buffer: remove ring_buffer_event_discardSteven Rostedt2009-09-04
| * | | ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt2009-09-04
| * | | ring-buffer: remove unnecessary cpu_relaxSteven Rostedt2009-09-04
| * | | ring-buffer: do not swap buffers during a commitSteven Rostedt2009-09-04
| * | | ring-buffer: do not reset while in a commitSteven Rostedt2009-09-04
| | |/ | |/|
| * | tracing/filters: Defer pred allocationLi Zefan2009-08-31
| * | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-08-29
| |\ \
| | * | tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt2009-08-27
| | * | tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt2009-08-27
| * | | tracing: Convert event tracing code to use NR_syscallsJason Baron2009-08-26
| * | | tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner2009-08-26
| |/ /
* | | tracing: Remove unneeded pointer castsFrederic Weisbecker2009-08-26
* | | tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker2009-08-26
* | | tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu2009-08-26
* | | tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu2009-08-26
* | | tracing: Add kprobes event profiling interfaceMasami Hiramatsu2009-08-26
* | | tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu2009-08-26
* | | tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu2009-08-26