summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_irqsoff.c
AgeCommit message (Expand)AuthorLines
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)-15/+15
2025-10-08tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt-13/+10
2025-05-09tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...Steven Rostedt-11/+18
2025-05-09tracing: Convert the per CPU "disabled" counter to local from atomicSteven Rostedt-11/+11
2025-03-22tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu-2/+0
2025-03-04ftrace: Add arguments to function tracerSven Schnelle-3/+9
2025-01-21fgraph: Remove calltime and rettime from generic operationsSteven Rostedt-2/+3
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-2/+4
2025-01-14tracing: Fix irqsoff and wakeup latency tracers when using function graphSteven Rostedt-0/+14
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)-1/+2
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)-1/+2
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)-2/+2
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)-2/+4
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian-1/+2
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior-50/+36
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl-0/+4
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)-1/+1
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)-4/+4
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-1/+1
2019-02-13kprobes: Prohibit probing on hardirq tracersMasami Hiramatsu-2/+7
2019-02-06function_graph: Support displaying relative timestampChangbin Du-1/+1
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)-11/+7
2018-11-29tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)-0/+2
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)-0/+1
2018-08-10tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)-44/+4
2018-08-10tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)-29/+37
2018-08-06tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)-0/+26
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)-174/+57
2018-07-26tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)-3/+19
2017-10-10tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes-1/+34
2017-10-06tracing: Prepare to add preempt and irq trace eventsJoel Fernandes-26/+74
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner-2/+2
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)-0/+12
2016-03-18tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov-1/+0
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)-2/+6
2015-11-02tracing: report_latency() in trace_irqsoff.c can return booleanYaowei Bai-4/+4
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)-13/+15
2015-09-29tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)-5/+23
2015-09-29tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)-2/+4
2015-09-29tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)-32/+14
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)-2/+0
2014-04-21tracing: Allow irq/preempt tracers to be used by instancesSteven Rostedt (Red Hat)-7/+17
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)-7/+7
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)-17/+16
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-3/+7
2014-02-20tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)-1/+3
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)-2/+4
2014-02-13asmlinkage: Make trace_hardirqs_on/off_caller visibleAndi Kleen-2/+2
2013-07-01tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)-2/+2
2013-03-15tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)-12/+55