aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_irqsoff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes1-1/+34
2017-10-06tracing: Prepare to add preempt and irq trace eventsJoel Fernandes1-26/+74
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)1-0/+12
2016-03-18tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov1-1/+0
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)1-2/+6
2015-11-02tracing: report_latency() in trace_irqsoff.c can return booleanYaowei Bai1-4/+4
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)1-13/+15
2015-09-29tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)1-5/+23
2015-09-29tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)1-2/+4
2015-09-29tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)1-32/+14
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)1-2/+0
2014-04-21tracing: Allow irq/preempt tracers to be used by instancesSteven Rostedt (Red Hat)1-7/+17
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)1-7/+7
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)1-17/+16
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+7
2014-02-20tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)1-1/+3
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)1-2/+4
2014-02-13asmlinkage: Make trace_hardirqs_on/off_caller visibleAndi Kleen1-2/+2
2013-07-01tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)1-2/+2
2013-03-15tracing: Add function-trace option to disable function tracing of latency tracersSteven Rostedt (Red Hat)1-12/+55
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-5/+5
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt1-3/+3
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt1-4/+4
2013-03-14tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)1-5/+14
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka1-6/+6
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt1-1/+1
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt1-1/+1
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt1-1/+1
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt1-1/+2
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