summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_sched_switch.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)2024-03-171-0/+515
* sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-121-2/+2
* Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-231-1/+1
|\
| * tracing: Save both wakee and current on wakeup eventsSteven Rostedt (Google)2022-02-101-1/+1
* | sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-011-0/+1
|/
* tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers2020-01-301-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-271-14/+58
* sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-061-1/+2
* sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2015-08-031-1/+1
* 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-56/+0
* tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup()Oleg Nesterov2014-11-111-40/+0
* tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_sw...Oleg Nesterov2014-11-111-48/+0
* tracing: Update event filters for multibufferTom Zanussi2013-11-051-2/+2
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-4/+4
* tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-151-2/+2
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-1/+1
* tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt2012-10-311-3/+1
* tracing: Remove obsolete sched_switch tracerSteven Rostedt2011-02-081-48/+0
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-10/+10
* sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-071-3/+2
* tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-041-8/+10
* tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker2009-08-061-0/+57
* tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
* ftrace: clean up enable logic for sched_switchZhaolei2009-04-071-5/+5
* ftrace: Add check of sched_stopped for probe_sched_wakeupZhaolei2009-04-071-0/+3
* tracing: make sched_switch stop/start light weightSteven Rostedt2009-03-171-4/+5
* tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker2009-02-181-0/+1
* tracing: fix typing mistake in hint message and commentsWenji Huang2009-02-171-1/+1
* trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo2009-02-061-7/+1
* trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo2009-02-051-2/+2
* sched, trace: update trace_sched_wakeup()Peter Zijlstra2008-12-251-1/+1
* ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg2008-12-191-12/+2
* tracing: fix warnings in kernel/trace/trace_sched_switch.cIngo Molnar2008-12-191-0/+1
* tracing/ftrace: change the type of the init() callbackFrederic Weisbecker2008-11-161-1/+2
* ftrace: remove trace array ctrlSteven Rostedt2008-11-081-4/+2
* ftrace: remove ctrl_update methodSteven Rostedt2008-11-081-10/+0
* ftrace: fix sched_switch APISteven Rostedt2008-11-081-10/+40
* ftrace: fix boot trace sched startupSteven Rostedt2008-11-081-1/+14
* ftrace: restructure tracing start/stop infrastructureSteven Rostedt2008-11-061-0/+13
* tracing/ftrace: fix a bug when switch current tracer to sched tracerFrederic Weisbecker2008-11-041-1/+1
* tracing/ftrace: types and naming corrections for sched tracerFrederic Weisbecker2008-11-041-17/+13
* tracing/fastboot: use sched switch tracer from boot tracerFrederic Weisbecker2008-11-041-3/+3
* tracing/ftrace: remove unused code in sched_switch tracerFrederic Weisbecker2008-11-041-8/+0
* tracing/ftrace: fix a race condition in sched_switch tracerFrederic Weisbecker2008-11-041-0/+5
* ftrace: make some tracers reentrantSteven Rostedt2008-10-141-8/+2
* ftrace: preempt disable over interrupt disableSteven Rostedt2008-10-141-3/+6
* ftrace: make work with new ring bufferSteven Rostedt2008-10-141-1/+1
* ftrace: port to tracepointsMathieu Desnoyers2008-10-141-96/+24