aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-14tracing: Have dynamic size event stack tracesSteven Rostedt1-13/+79
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu1-5/+29
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe1-55/+10
2011-06-14tracing, function: Fix trace header to follow context-info optionJiri Olsa1-0/+3
2011-06-14tracing: Add disable_on_free optionSteven Rostedt1-2/+4
2011-06-14tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik1-35/+73
2011-06-14tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik1-4/+3
2011-06-14tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik1-11/+12
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar1-0/+1
2011-05-06Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven1-0/+1
2011-04-27Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-3/+12
2011-04-04tracing: Avoid soft lockup in trace_pipeJiri Olsa1-3/+12
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10tracing: Fix irqoff selftest expanding max bufferSteven Rostedt1-0/+9
2011-03-10tracing: Remove lock_depth from event entrySteven Rostedt1-5/+3
2011-03-09tracing: Add an 'overwrite' trace_option.David Sharp1-6/+11
2011-02-08tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt1-0/+4
2011-01-07tracing: Fix preempt count leakLi Zefan1-4/+2
2010-12-16Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-1/+9
2010-11-30tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov1-1/+9
2010-11-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+19
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-12tracing: Fix recursive user stack traceSteven Rostedt1-0/+19
2010-10-21tracing: Do not limit the size of the number of CPU buffersSteven Rostedt1-6/+2
2010-10-18tracing/trivial: Remove cast from void*matt mooney1-1/+1
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