summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_sched_switch.c
AgeCommit message (Expand)AuthorLines
2024-11-01tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan-1/+1
2024-03-17tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)-0/+515
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov-2/+2
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider-0/+1
2022-02-10tracing: Save both wakee and current on wakeup eventsSteven Rostedt (Google)-1/+1
2020-01-30tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes-14/+58
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra-1/+2
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra-1/+1
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)-2/+0
2014-11-11tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracerSteven Rostedt (Red Hat)-56/+0
2014-11-11tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup()Oleg Nesterov-40/+0
2014-11-11tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_sw...Oleg Nesterov-48/+0
2013-11-05tracing: Update event filters for multibufferTom Zanussi-2/+2
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)-4/+4
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt-2/+2
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt-1/+1
2012-10-31tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt-3/+1
2011-02-08tracing: Remove obsolete sched_switch tracerSteven Rostedt-48/+0
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt-10/+10
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra-3/+2
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt-8/+10
2009-08-06tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker-0/+57
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt-1/+1
2009-04-07ftrace: clean up enable logic for sched_switchZhaolei-5/+5
2009-04-07ftrace: Add check of sched_stopped for probe_sched_wakeupZhaolei-0/+3
2009-03-17tracing: make sched_switch stop/start light weightSteven Rostedt-4/+5
2009-02-18tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker-0/+1
2009-02-17tracing: fix typing mistake in hint message and commentsWenji Huang-1/+1
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo-7/+1
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo-2/+2
2008-12-25sched, trace: update trace_sched_wakeup()Peter Zijlstra-1/+1
2008-12-19ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg-12/+2
2008-12-19tracing: fix warnings in kernel/trace/trace_sched_switch.cIngo Molnar-0/+1
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker-1/+2
2008-11-08ftrace: remove trace array ctrlSteven Rostedt-4/+2
2008-11-08ftrace: remove ctrl_update methodSteven Rostedt-10/+0
2008-11-08ftrace: fix sched_switch APISteven Rostedt-10/+40
2008-11-08ftrace: fix boot trace sched startupSteven Rostedt-1/+14
2008-11-06ftrace: restructure tracing start/stop infrastructureSteven Rostedt-0/+13
2008-11-04tracing/ftrace: fix a bug when switch current tracer to sched tracerFrederic Weisbecker-1/+1
2008-11-04tracing/ftrace: types and naming corrections for sched tracerFrederic Weisbecker-17/+13
2008-11-04tracing/fastboot: use sched switch tracer from boot tracerFrederic Weisbecker-3/+3
2008-11-04tracing/ftrace: remove unused code in sched_switch tracerFrederic Weisbecker-8/+0
2008-11-04tracing/ftrace: fix a race condition in sched_switch tracerFrederic Weisbecker-0/+5
2008-10-14ftrace: make some tracers reentrantSteven Rostedt-8/+2
2008-10-14ftrace: preempt disable over interrupt disableSteven Rostedt-3/+6
2008-10-14ftrace: make work with new ring bufferSteven Rostedt-1/+1