summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_irqsoff.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-171-1/+2
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-50/+36
* tracing: Use pause-on-trace with the latency tracersViktor Rosendahl2021-01-291-0/+4
* ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+1
* tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-4/+4
* Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-111-1/+1
|\
| * function_graph: Support displaying relative timestampChangbin Du2019-02-061-1/+1
* | kprobes: Prohibit probing on hardirq tracersMasami Hiramatsu2019-02-131-2/+7
|/
* fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-081-11/+7
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-291-0/+2
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-0/+1
* tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-101-44/+4
* tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)2018-08-101-29/+37
* tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)2018-08-061-0/+26
* tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-311-174/+57
* tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)2018-07-261-3/+19
* tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes2017-10-101-1/+34
* tracing: Prepare to add preempt and irq trace eventsJoel Fernandes2017-10-061-26/+74
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)2016-12-091-0/+12
* tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov2016-03-181-1/+0
* tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-03-181-2/+6
* tracing: report_latency() in trace_irqsoff.c can return booleanYaowei Bai2015-11-021-4/+4
* tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-13/+15
* tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)2015-09-291-5/+23
* tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)2015-09-291-2/+4
* tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)2015-09-291-32/+14
* tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-221-2/+0
* tracing: Allow irq/preempt tracers to be used by instancesSteven Rostedt (Red Hat)2014-04-211-7/+17
* tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)2014-04-211-7/+7
* ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)2014-04-211-17/+16
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-3/+7
|\
| * tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)2014-02-201-1/+3
| * tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)2014-02-201-2/+4
* | asmlinkage: Make trace_hardirqs_on/off_caller visibleAndi Kleen2014-02-131-2/+2
|/
* tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)2013-07-011-2/+2
* tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)2013-03-151-12/+55
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-5/+5
* tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-151-3/+3
* tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt2013-03-151-4/+4
* tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-141-5/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* | tracing: Change tracer's integer flags to boolHiraku Toyooka2012-10-311-6/+6
* | tracing: Allow tracers to start at core initcallSteven Rostedt2012-10-311-1/+1
|/
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-311-1/+1
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-191-1/+1
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-1/+2
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-111-1/+12
|\
| * tracing/latency: Fix header output for latency tracersJiri Olsa2011-11-071-1/+12