aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2013-08-14tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-07-28tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)
2013-05-11tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-07tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-04-05tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-04-05tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-03-28tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2012-07-16splice: fix racy pipe->buffers usesEric Dumazet
2012-07-16tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik
2012-06-22tracing: Have tracing_off() actually turn tracing offSteven Rostedt
2012-04-16tracing: Fix regression with tracing_onSteven Rostedt
2012-03-27tracing: Fix ent_size in trace outputSteven Rostedt
2012-03-01tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt
2012-02-22tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim
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