aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov1-3/+3
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider1-4/+7
2021-06-10sched/tracing: Remove the redundant 'success' in the sched tracepointEd Tsai1-2/+0
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-01-11kthread: remove comments about old _do_fork() helperYanfei Xu1-1/+1
2020-12-15kthread: add kthread_work tracepointsRob Clark1-0/+84
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort1-0/+4
2020-07-22trace/events/sched.h: fix duplicated wordRandy Dunlap1-1/+1
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld1-0/+4
2020-06-15sched/debug: Add new tracepoints to track util_estVincent Donnefort1-0/+8
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath1-0/+4
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman1-22/+27
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef1-0/+4
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef1-0/+4
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef1-0/+23
2019-04-08sched/fair: do not expose some tracepoints to user if CONFIG_SCHEDSTATS is not setYafang Shao1-7/+14
2018-11-27sched, trace: Fix prev_state output in sched_switch tracepointPavankumar Kondeti1-1/+11
2018-09-10sched/debug: Use symbolic names for task state constantsUwe Kleine-König1-3/+8
2018-05-25sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior1-1/+3
2017-11-24sched/debug: Fix task state recording/printoutThomas Gleixner1-3/+3
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra1-1/+1
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra1-1/+1
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra1-3/+4
2017-09-29sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra1-7/+11
2017-04-04sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra1-7/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>Ingo Molnar1-1/+1
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra1-13/+9
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra1-9/+21
2015-05-19sched/wait: Introduce TASK_NOLOAD and TASK_IDLEPeter Zijlstra1-1/+2
2014-10-28sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state()Oleg Nesterov1-3/+6
2014-06-05sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski1-0/+20
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman1-0/+87
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file moveIngo Molnar1-1/+1
2013-10-31hung_task debugging: Add tracepoint to report the hangOleg Nesterov1-0/+19
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra1-1/+1
2013-08-13tracing/perf: Reimplement TP_perf_assign() logicOleg Nesterov1-13/+3
2013-08-13tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)Oleg Nesterov1-1/+5
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-1/+1
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-0/+4
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov1-1/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-50/+0
2012-02-23tracepoint, vfs, sched: Add exec() tracepointDavid Smith1-0/+27
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra1-50/+0
2011-12-23sched/tracing: Add a new tracepoint for sleeptimeArun Sharma1-0/+50
2011-12-06events, sched: Add tracepoint for accounting blocked timeAndrew Vagin1-0/+7
2011-09-26sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switchPeter Zijlstra1-4/+5
2010-09-21tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt1-0/+29
2010-06-28tracing: Convert more sched events to DEFINE_EVENTLi Zefan1-25/+7