summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_sched_wakeup.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-171-0/+2
* sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-121-2/+2
* sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-011-0/+1
* tracing: Change variable type as bool for clean-upAustin Kim2021-06-301-12/+12
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-38/+33
* ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+1
* tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-2/+2
* tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-10/+10
* kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-031-1/+3
* sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-251-2/+1
* tracing: Add conditional snapshotTom Zanussi2019-02-201-1/+1
* tracing: Show stacktrace for wakeup tracersChangbin Du2019-02-061-0/+2
* tracing: Show more info for funcgraph wakeup tracersChangbin Du2019-02-061-1/+4
* function_graph: Support displaying relative timestampChangbin Du2019-02-061-1/+1
* fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-081-9/+7
* tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)2018-12-081-142/+130
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-291-0/+2
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-101-4/+4
|/
* sched/tracing: Use common task-state helpersPeter Zijlstra2017-09-291-4/+4
* 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: Allow wakeup_dl tracer to be used by instancesZhou Chengming2016-11-141-0/+1
* Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-061-61/+59
|\
| * tracing: report_latency() in trace_sched_wakeup.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/+13
| * tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)2015-09-291-14/+28
| * 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: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)2015-09-251-2/+2
* | sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-061-1/+1
|/
* sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2015-08-031-1/+1
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-221-2/+0
* tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracerSteven Rostedt (Red Hat)2014-11-111-0/+56
* tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)2014-04-301-2/+0
* tracing: Allow wakeup tracers to be used by instancesSteven Rostedt (Red Hat)2014-04-211-0/+16
* tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)2014-04-211-6/+6
* ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)2014-04-211-22/+18
* 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
* sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-0/+1
* sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli2014-01-131-4/+60
* tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)2013-03-151-10/+53
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-8/+8
* tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-151-7/+7
* 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/+13
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-1/+1