1. f9f240f sched/debug: Add sched_overutilized tracepoint by Qais Yousef · 6 years ago
  2. 8de6242 sched/debug: Add new tracepoint to track PELT at se level by Qais Yousef · 6 years ago
  3. ba19f51 sched/debug: Add new tracepoints to track PELT at rq level by Qais Yousef · 6 years ago
  4. 2a09b5d sched/fair: do not expose some tracepoints to user if CONFIG_SCHEDSTATS is not set by Yafang Shao · 6 years ago
  5. 3054426 sched, trace: Fix prev_state output in sched_switch tracepoint by Pavankumar Kondeti · 6 years ago
  6. ff28915 sched/debug: Use symbolic names for task state constants by Uwe Kleine-König · 6 years ago
  7. 4ff648d sched, tracing: Fix trace_sched_pi_setprio() for deboosting by Sebastian Andrzej Siewior · 7 years ago
  8. 3f5fe9f sched/debug: Fix task state recording/printout by Thomas Gleixner · 7 years ago
  9. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
  12. 8ef9925 sched/debug: Add explicit TASK_PARKED printing by Peter Zijlstra · 7 years ago
  13. 06eb618 sched/debug: Add explicit TASK_IDLE printing by Peter Zijlstra · 7 years ago
  14. efb40f5 sched/tracing: Fix trace_sched_switch task-state printing by Peter Zijlstra · 7 years ago
  15. b91473f sched,tracing: Update trace_sched_pi_setprio() by Peter Zijlstra · 8 years ago
  16. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  17. c73464b sched/core: Fix trace_sched_switch() by Peter Zijlstra · 9 years ago
  18. fbd705a sched: Introduce the 'trace_sched_waking' tracepoint by Peter Zijlstra · 10 years ago
  19. 80ed87c sched/wait: Introduce TASK_NOLOAD and TASK_IDLE by Peter Zijlstra · 10 years ago
  20. 8f9fbf0 sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state() by Oleg Nesterov · 10 years ago
  21. dfc68f2 sched, trace: Add a tracepoint for IPI-less remote wakeups by Andy Lutomirski · 11 years ago
  22. 286549d sched: add tracepoints related to NUMA task migration by Mel Gorman · 11 years ago
  23. c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
  24. 6a716c9 hung_task debugging: Add tracepoint to report the hang by Oleg Nesterov · 11 years ago
  25. 0102874 sched: Create more preempt_count accessors by Peter Zijlstra · 11 years ago
  26. 1247396 tracing/perf: Reimplement TP_perf_assign() logic by Oleg Nesterov · 11 years ago
  27. 36009d07 tracing/perf: Expand TRACE_EVENT(sched_stat_runtime) by Oleg Nesterov · 11 years ago
  28. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 12 years ago
  29. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 13 years ago
  30. 6308191 tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec() by Oleg Nesterov · 13 years ago
  31. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  32. 4ff16c2 tracepoint, vfs, sched: Add exec() tracepoint by David Smith · 13 years ago
  33. 8c79a04 sched/events: Revert trace_sched_stat_sleeptime() by Peter Zijlstra · 13 years ago
  34. 1ac9bc6 sched/tracing: Add a new tracepoint for sleeptime by Arun Sharma · 13 years ago
  35. b781a60 events, sched: Add tracepoint for accounting blocked time by Andrew Vagin · 13 years ago
  36. 557ab42 sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switch by Peter Zijlstra · 13 years ago
  37. a802707 tracing/sched: Add sched_pi_setprio tracepoint by Steven Rostedt · 14 years ago
  38. 210f766 tracing: Convert more sched events to DEFINE_EVENT by Li Zefan · 15 years ago
  39. 02f7269 sched, trace: Fix sched_switch() prev_state argument by Peter Zijlstra · 15 years ago
  40. 27a9da6 sched: Remove rq argument to the tracepoints by Peter Zijlstra · 15 years ago
  41. d1eb650 tracepoint: Move signal sending tracepoint to events/signal.h by Masami Hiramatsu · 15 years ago
  42. 470dda74 tracing: Restore original format of sched events by Li Zefan · 15 years ago
  43. 091ad36 events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() by Ingo Molnar · 15 years ago
  44. 75ec29a tracing: Convert some sched trace events to DEFINE_EVENT and _PRINT by Steven Rostedt · 15 years ago
  45. 434a83c events: Harmonize event field names and print output names by Ingo Molnar · 15 years ago
  46. f977bb4 perf_counter, sched: Add sched_stat_runtime tracepoint by Ingo Molnar · 15 years ago
  47. 483e3cd Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  48. 768d0c2 sched: Add wait, sleep and iowait accounting tracepoints by Peter Zijlstra · 16 years ago
  49. f0693c8 tracing/sched: show CPU task wakes up on in trace event by Steven Rostedt · 15 years ago
  50. d0b6e04 tracing/events: Move TRACE_SYSTEM outside of include guard by Li Zefan · 16 years ago
  51. 937cdb9 tracing: add previous task state info to sched switch event by Steven Rostedt · 16 years ago
  52. de1d728 tracepoint: trace_sched_migrate_task(): remove parameter by Mathieu Desnoyers · 16 years ago
  53. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 16 years ago[Renamed from include/trace/sched.h]
  54. a8d154b tracing: create automated trace defines by Steven Rostedt · 16 years ago
  55. ea20d92 tracing: consolidate trace and trace_event headers by Steven Rostedt · 16 years ago
  56. f3fe8e4 tracing: add schedule events to event trace by Steven Rostedt · 16 years ago
  57. 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 16 years ago
  58. c71dd42 tracing: fix warnings in kernel/trace/trace_sched_switch.c by Ingo Molnar · 16 years ago
  59. cbc34ed sched: fix tracepoints in scheduler by Peter Zijlstra · 16 years ago
  60. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  61. cf569a9 sched: clean up tracepoints by Ingo Molnar · 17 years ago
  62. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 17 years ago