aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-09-11tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu1-47/+34
2009-09-11tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu1-12/+7
2009-09-11kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu1-0/+2
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker31-469/+874
2009-09-06Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-5/+6
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar14-184/+342
2009-09-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+2
2009-09-04ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2-0/+12
2009-09-04ring-buffer: check for swapped buffers in start of committingSteven Rostedt1-3/+17
2009-09-04tracing: report error in trace if we fail to swap latency bufferSteven Rostedt1-1/+12
2009-09-04tracing: add trace_array_printk for internal tracers to useSteven Rostedt2-2/+27
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt10-99/+143
2009-09-04tracing: make tracing_reset safe for external useSteven Rostedt1-2/+15
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt4-24/+67
2009-09-04tracing/filters: Defer pred allocation, fix memory leakLi Zefan1-5/+6
2009-09-04tracing: remove users of tracing_resetSteven Rostedt4-14/+5
2009-09-04tracing: disable buffers and synchronize_sched before resettingSteven Rostedt1-0/+8
2009-09-04tracing: disable update max tracer while reading traceSteven Rostedt1-3/+9
2009-09-04tracing: print out start and stop in latency tracesSteven Rostedt2-11/+11
2009-09-04ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt1-8/+13
2009-09-04ring-buffer: do not count discarded eventsSteven Rostedt1-17/+54
2009-09-04ring-buffer: remove ring_buffer_event_discardSteven Rostedt1-21/+6
2009-09-04ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt1-4/+4
2009-09-04ring-buffer: remove unnecessary cpu_relaxSteven Rostedt1-12/+4
2009-09-04ring-buffer: do not swap buffers during a commitSteven Rostedt1-2/+9
2009-09-04ring-buffer: do not reset while in a commitSteven Rostedt1-0/+4
2009-08-31tracing/filters: Defer pred allocationLi Zefan2-10/+41
2009-08-30kprobes: Prohibit to probe native_get_debugregMasami Hiramatsu1-0/+1
2009-08-30kprobes: Fix to add __kprobes to notify_dieMasami Hiramatsu1-1/+1
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra1-0/+1
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar3-43/+52
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar1-2/+5
2009-08-28perf_counters: Increase paranoia levelIngo Molnar1-1/+1
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt2-42/+52
2009-08-27tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt1-1/+0
2009-08-27module: workaround duplicate section namesJames Bottomley1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell1-2/+4
2009-08-27tracing: Remove unneeded pointer castsFrederic Weisbecker1-2/+2
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker2-4/+4
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker1-0/+7
2009-08-27tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu1-9/+9
2009-08-27tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu1-1/+1
2009-08-27tracing: Add kprobes event profiling interfaceMasami Hiramatsu1-0/+43
2009-08-27tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu2-42/+15
2009-08-27tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu2-49/+33
2009-08-27tracing: Kprobe-tracer supports more than 6 argumentsMasami Hiramatsu1-8/+13
2009-08-27tracing: Add kprobe-based event tracerMasami Hiramatsu5-0/+1263
2009-08-27tracing: Introduce TRACE_FIELD_ZERO() macroMasami Hiramatsu2-10/+10
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu3-56/+103