summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-09-17kprobes: Prevent re-registration of the same kprobeAnanth N Mavinakayanahalli
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-11kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami 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-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
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-30kprobes: Prohibit to probe native_get_debugregMasami Hiramatsu
2009-08-30kprobes: Fix to add __kprobes to notify_dieMasami Hiramatsu
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar
2009-08-28perf_counters: Increase paranoia levelIngo 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-27module: workaround duplicate section namesJames Bottomley
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell
2009-08-27tracing: Remove unneeded pointer castsFrederic Weisbecker
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker