| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-31 | sched: Add deadline tracepoints | Gabriele Monaco | 1 | -0/+26 |
| 2025-08-01 | Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 1 | -2/+0 |
| 2025-07-30 | Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-28 | sched: Adapt sched tracepoints for RV task model | Gabriele Monaco | 1 | -4/+8 |
| 2025-07-25 | tracing: sched: Hide numa events under CONFIG_NUMA_BALANCING | Steven Rostedt | 1 | -1/+1 |
| 2025-07-09 | tracing/sched: Remove obsolete comment on suffixes | Ricardo Neri | 1 | -2/+0 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+33 |
| 2025-05-29 | Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 1 | -62/+62 |
| 2025-05-14 | tracing/sched: Use __string() instead of fixed lengths for task->comm | Steven Rostedt | 1 | -47/+47 |
| 2025-05-14 | tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix | Steven Rostedt | 1 | -15/+15 |
| 2025-05-12 | sched/numa: add tracepoint that tracks the skipping of numa balancing due to ... | Libo Chen | 1 | -0/+33 |
| 2025-04-04 | sched/tracepoints: Move and extend the sched_process_exit() tracepoint | Andrii Nakryiko | 1 | -4/+30 |
| 2025-03-27 | Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+13 |
| 2025-03-24 | sched: Add sched tracepoints for RV task model | Gabriele Monaco | 1 | -0/+13 |
| 2025-03-19 | sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional | Ingo Molnar | 1 | -2/+0 |
| 2024-07-15 | tracing/sched: sched_switch: place prev_comm and next_comm in right order | Tio Zhang | 1 | -2/+2 |
| 2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -4/+4 |
| 2024-05-13 | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2024-04-24 | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu... | Vincent Guittot | 1 | -1/+1 |
| 2024-04-11 | tracing: Add sched_prepare_exec tracepoint | Marco Elver | 1 | -0/+35 |
| 2023-11-15 | sched: Remove vruntime from trace_sched_stat_runtime() | Peter Zijlstra | 1 | -9/+6 |
| 2023-10-10 | sched/numa: Complete scanning of inactive VMAs when there is no alternative | Mel Gorman | 1 | -1/+2 |
| 2023-10-10 | sched/numa: Complete scanning of partial VMAs regardless of PID activity | Mel Gorman | 1 | -1/+2 |
| 2023-10-10 | sched/numa: Trace decisions related to skipping VMAs | Mel Gorman | 1 | -0/+50 |
| 2023-09-29 | sched/debug: Add new tracepoint to track compute energy computation | Qais Yousef | 1 | -0/+5 |
| 2022-05-12 | sched/tracing: Append prev_state to tp args instead | Delyan Kratunov | 1 | -3/+3 |
| 2022-03-01 | sched/tracing: Don't re-read p->state when emitting sched_switch event | Valentin Schneider | 1 | -4/+7 |
| 2021-06-10 | sched/tracing: Remove the redundant 'success' in the sched tracepoint | Ed Tsai | 1 | -2/+0 |
| 2021-03-23 | tracing: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
| 2021-01-11 | kthread: remove comments about old _do_fork() helper | Yanfei Xu | 1 | -1/+1 |
| 2020-12-15 | kthread: add kthread_work tracepoints | Rob Clark | 1 | -0/+84 |
| 2020-10-03 | sched/debug: Add new tracepoint to track cpu_capacity | Vincent Donnefort | 1 | -0/+4 |
| 2020-07-22 | trace/events/sched.h: fix duplicated word | Randy Dunlap | 1 | -1/+1 |
| 2020-07-08 | sched: Add a tracepoint to track rq->nr_running | Phil Auld | 1 | -0/+4 |
| 2020-06-15 | sched/debug: Add new tracepoints to track util_est | Vincent Donnefort | 1 | -0/+8 |
| 2020-03-06 | sched/pelt: Add support to track thermal pressure | Thara Gopinath | 1 | -0/+4 |
| 2020-02-24 | sched/numa: Distinguish between the different task_numa_migrate() failure cases | Mel Gorman | 1 | -22/+27 |
| 2019-06-24 | sched/debug: Add sched_overutilized tracepoint | Qais Yousef | 1 | -0/+4 |
| 2019-06-24 | sched/debug: Add new tracepoint to track PELT at se level | Qais Yousef | 1 | -0/+4 |
| 2019-06-24 | sched/debug: Add new tracepoints to track PELT at rq level | Qais Yousef | 1 | -0/+23 |
| 2019-04-08 | sched/fair: do not expose some tracepoints to user if CONFIG_SCHEDSTATS is no... | Yafang Shao | 1 | -7/+14 |
| 2018-11-27 | sched, trace: Fix prev_state output in sched_switch tracepoint | Pavankumar Kondeti | 1 | -1/+11 |
| 2018-09-10 | sched/debug: Use symbolic names for task state constants | Uwe Kleine-König | 1 | -3/+8 |
| 2018-05-25 | sched, tracing: Fix trace_sched_pi_setprio() for deboosting | Sebastian Andrzej Siewior | 1 | -1/+3 |
| 2017-11-24 | sched/debug: Fix task state recording/printout | Thomas Gleixner | 1 | -3/+3 |
| 2017-11-08 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-10 | sched/debug: Rename task-state printing helpers | Peter Zijlstra | 1 | -1/+1 |
| 2017-09-29 | sched/debug: Add explicit TASK_PARKED printing | Peter Zijlstra | 1 | -1/+1 |
| 2017-09-29 | sched/debug: Add explicit TASK_IDLE printing | Peter Zijlstra | 1 | -3/+4 |
| 2017-09-29 | sched/tracing: Fix trace_sched_switch task-state printing | Peter Zijlstra | 1 | -7/+11 |
| 2017-04-04 | sched,tracing: Update trace_sched_pi_setprio() | Peter Zijlstra | 1 | -7/+9 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2015-10-06 | sched/core: Fix trace_sched_switch() | Peter Zijlstra | 1 | -13/+9 |
| 2015-08-03 | sched: Introduce the 'trace_sched_waking' tracepoint | Peter Zijlstra | 1 | -9/+21 |
| 2015-05-19 | sched/wait: Introduce TASK_NOLOAD and TASK_IDLE | Peter Zijlstra | 1 | -1/+2 |
| 2014-10-28 | sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state() | Oleg Nesterov | 1 | -3/+6 |
| 2014-06-05 | sched, trace: Add a tracepoint for IPI-less remote wakeups | Andy Lutomirski | 1 | -0/+20 |
| 2014-01-21 | sched: add tracepoints related to NUMA task migration | Mel Gorman | 1 | -0/+87 |
| 2013-11-06 | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f... | Ingo Molnar | 1 | -1/+1 |
| 2013-10-31 | hung_task debugging: Add tracepoint to report the hang | Oleg Nesterov | 1 | -0/+19 |
| 2013-09-25 | sched: Create more preempt_count accessors | Peter Zijlstra | 1 | -1/+1 |
| 2013-08-13 | tracing/perf: Reimplement TP_perf_assign() logic | Oleg Nesterov | 1 | -13/+3 |
| 2013-08-13 | tracing/perf: Expand TRACE_EVENT(sched_stat_runtime) | Oleg Nesterov | 1 | -1/+5 |
| 2013-04-12 | kthread: Prevent unpark race which puts threads on the wrong cpu | Thomas Gleixner | 1 | -1/+1 |
| 2012-07-31 | perf/trace: Add ability to set a target task for events | Andrew Vagin | 1 | -0/+4 |
| 2012-03-31 | tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec() | Oleg Nesterov | 1 | -1/+1 |
| 2012-03-05 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -50/+0 |
| 2012-02-23 | tracepoint, vfs, sched: Add exec() tracepoint | David Smith | 1 | -0/+27 |
| 2012-02-22 | sched/events: Revert trace_sched_stat_sleeptime() | Peter Zijlstra | 1 | -50/+0 |
| 2011-12-23 | sched/tracing: Add a new tracepoint for sleeptime | Arun Sharma | 1 | -0/+50 |
| 2011-12-06 | events, sched: Add tracepoint for accounting blocked time | Andrew Vagin | 1 | -0/+7 |
| 2011-09-26 | sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switch | Peter Zijlstra | 1 | -4/+5 |
| 2010-09-21 | tracing/sched: Add sched_pi_setprio tracepoint | Steven Rostedt | 1 | -0/+29 |
| 2010-06-28 | tracing: Convert more sched events to DEFINE_EVENT | Li Zefan | 1 | -25/+7 |
| 2010-06-01 | sched, trace: Fix sched_switch() prev_state argument | Peter Zijlstra | 1 | -1/+18 |
| 2010-05-07 | sched: Remove rq argument to the tracepoints | Peter Zijlstra | 1 | -22/+10 |
| 2009-11-26 | tracepoint: Move signal sending tracepoint to events/signal.h | Masami Hiramatsu | 1 | -25/+0 |
| 2009-11-26 | tracing: Restore original format of sched events | Li Zefan | 1 | -12/+6 |
| 2009-11-26 | events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() | Ingo Molnar | 1 | -3/+3 |
| 2009-11-24 | tracing: Convert some sched trace events to DEFINE_EVENT and _PRINT | Steven Rostedt | 1 | -118/+52 |
| 2009-10-15 | events: Harmonize event field names and print output names | Ingo Molnar | 1 | -22/+22 |
| 2009-09-13 | perf_counter, sched: Add sched_stat_runtime tracepoint | Ingo Molnar | 1 | -0/+33 |
| 2009-09-11 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+8 |
| 2009-09-02 | sched: Add wait, sleep and iowait accounting tracepoints | Peter Zijlstra | 1 | -0/+95 |
| 2009-08-26 | tracing/sched: show CPU task wakes up on in trace event | Steven Rostedt | 1 | -4/+8 |
| 2009-07-13 | tracing/events: Move TRACE_SYSTEM outside of include guard | Li Zefan | 1 | -3/+3 |
| 2009-05-26 | tracing: add previous task state info to sched switch event | Steven Rostedt | 1 | -1/+8 |
| 2009-05-06 | tracepoint: trace_sched_migrate_task(): remove parameter | Mathieu Desnoyers | 1 | -3/+3 |
| 2009-04-14 | tracing/events: move trace point headers into include/trace/events | Steven Rostedt | 1 | -0/+339 |