aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4Steven Rostedt1-3/+8
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz1-3/+8
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-8/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-72/+55
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel1-21/+22
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-8/+38
2010-07-22trace: strlen() return doesn't account for the NULLDan Carpenter1-1/+1
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro1-6/+32
2010-07-20tracing: Allow to disable cmdline recordingLi Zefan1-1/+5
2010-07-20tracing: Use generic_file_llseek for debugfsArnd Bergmann1-0/+15
2010-07-20tracing: Remove special tracesFrederic Weisbecker1-55/+0
2010-07-20tracing: Remove sysprof ftrace pluginFrederic Weisbecker1-3/+0
2010-07-09init: Remove the BKL from startup codeArnd Bergmann1-8/+0
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-3/+0
2010-06-08tracing: Remove boot tracerAmérico Wang1-3/+0
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-3/+2
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt1-3/+2
2010-05-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+0
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+5
2010-05-25ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt1-6/+0
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-36/+91
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-24/+36
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-4/+5
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller1-3/+8
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa1-13/+22
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker1-12/+39
2010-04-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/coreIngo Molnar1-1/+1
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-1/+1
2010-04-05tracing: Fix uninitialized variable of tracing/trace outputLai Jiangshan1-1/+1
2010-03-31tracing: Show the lost events in the trace_pipe outputSteven Rostedt1-8/+22
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+41
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar1-4/+20
2010-03-05function-graph: Add tracing_thresh support to function_graph tracerTim Bird1-2/+18
2010-03-05tracing: Update the comm field in the right variable in update_max_trArnaldo Carvalho de Melo1-2/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2010-03-02tracing: Fix warning in s_next of trace file opsLai Jiangshan1-0/+1
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar1-0/+5
2010-02-02Merge branch 'master' into percpuTejun Heo1-0/+5
2010-01-25tracing: Prevent kernel oops with corrupted bufferSteven Rostedt1-0/+5
2010-01-06tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt1-2/+6
2010-01-06tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan1-39/+97
2010-01-05Merge branch 'master' into percpuTejun Heo1-158/+158
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-21tracing: Fix setting tracer specific optionsSteven Rostedt1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1