aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* ring-buffer: Fix polling on trace_pipeMartin Lau2014-08-061-2/+0
* tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-11-281-1/+4
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-09-101-0/+1
* tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)2013-08-021-1/+9
* tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-05-131-0/+2
* tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2013-05-131-36/+27
* tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-271-4/+27
* tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-271-1/+5
* tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-271-7/+12
* tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-271-1/+2
* tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik2012-07-121-0/+2
* splice: fix racy pipe->buffers usesEric Dumazet2012-07-121-2/+4
* tracing: Fix ent_size in trace outputSteven Rostedt2012-04-131-0/+4
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-261-32/+149
|\
| * tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt2011-10-141-2/+2
| * ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim2011-10-141-2/+2
| * tracing: Do not allocate buffer for trace_markerSteven Rostedt2011-10-111-28/+83
| * tracing: Warn on output if the function tracer was found corruptedSteven Rostedt2011-10-111-0/+15
| * tracing: Add a counter clock for those that do not trust clocksSteven Rostedt2011-09-191-0/+1
| * trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik2011-08-301-0/+13
| * trace: Add a new readonly entry to report total buffer sizeVaibhav Nagarnaik2011-08-301-0/+33
* | locking, tracing: Annotate tracing locks as rawThomas Gleixner2011-09-131-5/+5
|/
* tracing: Have dynamic size event stack tracesSteven Rostedt2011-07-141-13/+79
* tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-141-5/+29
* tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-141-55/+10
* tracing, function: Fix trace header to follow context-info optionJiri Olsa2011-06-141-0/+3
* tracing: Add disable_on_free optionSteven Rostedt2011-06-141-2/+4
* tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik2011-06-141-35/+73
* tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik2011-06-141-4/+3
* tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik2011-06-141-11/+12
* Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar2011-05-101-0/+1
|\
| * Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven2011-05-061-0/+1
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-271-3/+12
|\ \ | |/ |/|
| * tracing: Avoid soft lockup in trace_pipeJiri Olsa2011-04-041-3/+12
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* tracing: Fix irqoff selftest expanding max bufferSteven Rostedt2011-03-101-0/+9
* tracing: Remove lock_depth from event entrySteven Rostedt2011-03-101-5/+3
* tracing: Add an 'overwrite' trace_option.David Sharp2011-03-091-6/+11
* tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt2011-02-081-0/+4
* tracing: Fix preempt count leakLi Zefan2011-01-071-4/+2
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-12-161-1/+9
|\
| * tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov2010-11-301-1/+9
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-271-0/+19
|\ \ | |/
| * tracing: Fix recursive user stack traceSteven Rostedt2010-11-121-0/+19
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* tracing: Do not limit the size of the number of CPU buffersSteven Rostedt2010-10-211-6/+2
* tracing/trivial: Remove cast from void*matt mooney2010-10-181-1/+1
* Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt2010-08-161-3/+8
|\
| * tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz2010-08-131-3/+8
* | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-071-8/+0
|\ \