aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-03switch debugfs to umode_tAl Viro
2011-12-11trace: Allow ftrace_dump() to be called from modulesPaul E. McKenney
2011-11-17tracing: Add entries in buffer and total entries to default output headerSteven Rostedt
2011-11-17tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt
2011-11-11Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-11-07tracing/latency: Fix header output for latency tracersJiri Olsa
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-14tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt
2011-10-14ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim
2011-10-11tracing: Do not allocate buffer for trace_markerSteven Rostedt
2011-10-11tracing: Warn on output if the function tracer was found corruptedSteven Rostedt
2011-09-19tracing: Add a counter clock for those that do not trust clocksSteven Rostedt
2011-09-13locking, tracing: Annotate tracing locks as rawThomas Gleixner
2011-08-30trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik
2011-08-30trace: Add a new readonly entry to report total buffer sizeVaibhav Nagarnaik
2011-07-14tracing: Have dynamic size event stack tracesSteven Rostedt
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe
2011-06-14tracing, function: Fix trace header to follow context-info optionJiri Olsa
2011-06-14tracing: Add disable_on_free optionSteven Rostedt
2011-06-14tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik
2011-06-14tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik
2011-06-14tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar
2011-05-06Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven
2011-04-27Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-04-04tracing: Avoid soft lockup in trace_pipeJiri Olsa
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10tracing: Fix irqoff selftest expanding max bufferSteven Rostedt
2011-03-10tracing: Remove lock_depth from event entrySteven Rostedt
2011-03-09tracing: Add an 'overwrite' trace_option.David Sharp
2011-02-08tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt
2011-01-07tracing: Fix preempt count leakLi Zefan
2010-12-16Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2010-11-30tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov
2010-11-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-12tracing: Fix recursive user stack traceSteven Rostedt
2010-10-21tracing: Do not limit the size of the number of CPU buffersSteven Rostedt
2010-10-18tracing/trivial: Remove cast from void*matt mooney
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-07-22trace: strlen() return doesn't account for the NULLDan Carpenter
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro