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