aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_irqsoff.c
AgeCommit message (Expand)Author
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-02-13kprobes: Prohibit probing on hardirq tracersMasami Hiramatsu
2019-02-06function_graph: Support displaying relative timestampChangbin Du
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)
2018-11-29tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-10tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)
2018-08-10tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)
2018-08-06tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-26tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)
2017-10-10tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes
2017-10-06tracing: Prepare to add preempt and irq trace eventsJoel Fernandes
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)
2016-03-18tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)
2015-11-02tracing: report_latency() in trace_irqsoff.c can return booleanYaowei Bai
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-09-29tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)
2014-04-21tracing: Allow irq/preempt tracers to be used by instancesSteven Rostedt (Red Hat)
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-02-20tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)
2014-02-13asmlinkage: Make trace_hardirqs_on/off_caller visibleAndi Kleen
2013-07-01tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)
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