summaryrefslogtreecommitdiff
path: root/include/trace/events/sched.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-2/+0
2025-07-31Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco1-4/+8
2025-07-26tracing: sched: Hide numa events under CONFIG_NUMA_BALANCINGSteven Rostedt1-1/+1
2025-07-09tracing/sched: Remove obsolete comment on suffixesRicardo Neri1-2/+0
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+33
2025-05-30Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-62/+62
2025-05-14tracing/sched: Use __string() instead of fixed lengths for task->commSteven Rostedt1-47/+47
2025-05-14tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffixSteven Rostedt1-15/+15
2025-05-13sched/numa: add tracepoint that tracks the skipping of numa balancing due to ...Libo Chen1-0/+33
2025-04-04sched/tracepoints: Move and extend the sched_process_exit() tracepointAndrii Nakryiko1-4/+30
2025-03-28Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+13
2025-03-25sched: Add sched tracepoints for RV task modelGabriele Monaco1-0/+13
2025-03-20sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-2/+0
2024-07-15tracing/sched: sched_switch: place prev_comm and next_comm in right orderTio Zhang1-2/+2
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-4/+4
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot1-1/+1
2024-04-11tracing: Add sched_prepare_exec tracepointMarco Elver1-0/+35
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra1-9/+6
2023-10-11sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman1-1/+2
2023-10-11sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman1-1/+2
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman1-0/+50
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef1-0/+5
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 no...Yafang Shao1-7/+14
2018-11-28sched, 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