aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_irqsoff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-1/+12
2011-11-07tracing/latency: Fix header output for latency tracersJiri Olsa1-1/+12
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2011-09-22tracing: Fix preemptirqsoff tracer to not stop at preempt offSteven Rostedt1-2/+2
2011-09-13locking, tracing: Annotate tracing locks as rawThomas Gleixner1-3/+3
2011-06-14tracing, function_graph: Remove dependency of abstime and duration fields on latencyJiri Olsa1-1/+3
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo1-8/+0
2010-10-18tracing: Use one prologue for the preempt irqs off tracer function tracersSteven Rostedt1-48/+48
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa1-49/+7
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro1-0/+3
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa1-11/+260
2009-12-11tracing: Add stack trace to irqsoff tracerSteven Rostedt1-0/+2
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde1-2/+4
2009-09-12tracing: remove unused local variables in tracer probe functionsCarsten Emde1-11/+1
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt1-2/+1
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt1-0/+8
2009-02-17tracing: fix typing mistake in hint message and commentsWenji Huang1-1/+1
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo1-5/+5
2009-01-23trace: remove internal irqsoff disabling for trace outputSteven Rostedt1-32/+2
2009-01-16trace: set max latency variable to zero on defaultSteven Rostedt1-0/+1
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker1-3/+6
2008-11-08ftrace: remove trace array ctrlSteven Rostedt1-5/+2
2008-11-08ftrace: remove ctrl_update methodSteven Rostedt1-11/+0
2008-11-08ftrace: irqsoff tracer incorrect resetSteven Rostedt1-1/+0
2008-11-06ftrace: restructure tracing start/stop infrastructureSteven Rostedt1-5/+36
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-2/+2
2008-10-14ftrace: move pc counter in irqtraceSteven Rostedt1-2/+2
2008-10-14ftrace: preempt disable over interrupt disableSteven Rostedt1-5/+8
2008-10-14ftrace: make work with new ring bufferSteven Rostedt1-3/+3
2008-07-26ftrace: fix modular buildIngo Molnar1-0/+2
2008-07-18ftrace: only trace preempt off with preempt tracerSteven Rostedt1-2/+4
2008-05-26ftrace: remove printks from irqsoff traceSteven Rostedt1-16/+0
2008-05-23ftrace: irqsoff use raw_smp_processor_idSteven Rostedt1-9/+10
2008-05-23ftrace: printk and trace irqsoff and wakeupsSteven Rostedt1-12/+14
2008-05-23ftrace: remove notraceIngo Molnar1-20/+20
2008-05-23ftrace: cleanupsIngo Molnar1-1/+1
2008-05-23ftrace: add trace_function api for other tracers to useSteven Rostedt1-5/+5
2008-05-23ftrace: timestamp syncing, prepareIngo Molnar1-3/+3
2008-05-23ftrace: cleanupsIngo Molnar1-20/+12
2008-05-23ftrace: add self-testsSteven Rostedt1-0/+9
2008-05-23ftrace: fix updates to max traceSteven Rostedt1-12/+15
2008-05-23ftrace: irqs off smp_processor_id() fixSteven Rostedt1-2/+11
2008-05-23ftrace: trace preempt off critical timingsSteven Rostedt1-50/+134
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt1-0/+402