aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_irqsoff.c
AgeCommit message (Expand)Author
2013-03-15tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt
2013-03-14tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven 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-09-22tracing: Fix preemptirqsoff tracer to not stop at preempt offSteven Rostedt
2011-09-13locking, tracing: Annotate tracing locks as rawThomas Gleixner
2011-06-14tracing, function_graph: Remove dependency of abstime and duration fields on ...Jiri Olsa
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo
2010-10-18tracing: Use one prologue for the preempt irqs off tracer function tracersSteven Rostedt
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa
2009-12-11tracing: Add stack trace to irqsoff tracerSteven Rostedt
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde
2009-09-12tracing: remove unused local variables in tracer probe functionsCarsten Emde
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt
2009-02-17tracing: fix typing mistake in hint message and commentsWenji Huang
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo
2009-01-23trace: remove internal irqsoff disabling for trace outputSteven Rostedt
2009-01-16trace: set max latency variable to zero on defaultSteven Rostedt
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker
2008-11-08ftrace: remove trace array ctrlSteven Rostedt
2008-11-08ftrace: remove ctrl_update methodSteven Rostedt
2008-11-08ftrace: irqsoff tracer incorrect resetSteven Rostedt
2008-11-06ftrace: restructure tracing start/stop infrastructureSteven Rostedt
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt
2008-10-14ftrace: move pc counter in irqtraceSteven Rostedt
2008-10-14ftrace: preempt disable over interrupt disableSteven Rostedt
2008-10-14ftrace: make work with new ring bufferSteven Rostedt
2008-07-26ftrace: fix modular buildIngo Molnar
2008-07-18ftrace: only trace preempt off with preempt tracerSteven Rostedt
2008-05-26ftrace: remove printks from irqsoff traceSteven Rostedt
2008-05-23ftrace: irqsoff use raw_smp_processor_idSteven Rostedt
2008-05-23ftrace: printk and trace irqsoff and wakeupsSteven Rostedt
2008-05-23ftrace: remove notraceIngo Molnar
2008-05-23ftrace: cleanupsIngo Molnar