summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1
2016-11-20tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-05-01tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2014-08-06ring-buffer: Fix polling on trace_pipeMartin Lau1-2/+0
2013-11-28tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-09-10tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-08-02tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)1-1/+9
2013-05-13tracing: Check return value of tracing_init_dentry()Namhyung Kim1-0/+2
2013-05-13tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)1-36/+27
2013-03-27tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)1-4/+27
2013-03-27tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)1-1/+5
2013-03-27tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)1-7/+12
2013-03-27tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)1-1/+2
2012-07-12tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik1-0/+2
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet1-2/+4
2012-04-13tracing: Fix ent_size in trace outputSteven Rostedt1-0/+4
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-32/+149
2011-10-14tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt1-2/+2
2011-10-14ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim1-2/+2
2011-10-11tracing: Do not allocate buffer for trace_markerSteven Rostedt1-28/+83
2011-10-11tracing: Warn on output if the function tracer was found corruptedSteven Rostedt1-0/+15
2011-09-19tracing: Add a counter clock for those that do not trust clocksSteven Rostedt1-0/+1
2011-09-13locking, tracing: Annotate tracing locks as rawThomas Gleixner1-5/+5
2011-08-30trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik1-0/+13
2011-08-30trace: Add a new readonly entry to report total buffer sizeVaibhav Nagarnaik1-0/+33
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...Ingo 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/g...Ingo 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/ker...Linus 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