- 27d6dac0 Revert "ANDROID: sched: cpufreq_schedutil: move sugov traces to sched" by Quentin Perret · 3 years, 10 months ago
- a68d66b ANDROID: sched: cpufreq_schedutil: move sugov traces to sched by Jimmy Shiu · 4 years, 1 month ago
- 2a715fd ANDROID: sched/tracing: Print task status in sched_migrate_task by Pavankumar Kondeti · 4 years, 7 months ago
- c2f57c7 Merge edaa5ddf3833 ("Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
- 1f52bb8 ANDROID: trace: sched: add sched blocked tracepoint which dumps out context of sleep. by Riley Andrews · 9 years ago
- 51cf18c sched/debug: Add new tracepoint to track cpu_capacity by Vincent Donnefort · 4 years, 5 months ago
- 2705937 trace/events/sched.h: fix duplicated word by Randy Dunlap · 4 years, 6 months ago
- 9d24605 sched: Add a tracepoint to track rq->nr_running by Phil Auld · 4 years, 7 months ago
- 4581bea sched/debug: Add new tracepoints to track util_est by Vincent Donnefort · 4 years, 8 months ago
- 7650479 sched/pelt: Add support to track thermal pressure by Thara Gopinath · 5 years ago
- b2b2042 sched/numa: Distinguish between the different task_numa_migrate() failure cases by Mel Gorman · 5 years ago
- f9f240f sched/debug: Add sched_overutilized tracepoint by Qais Yousef · 6 years ago
- 8de6242 sched/debug: Add new tracepoint to track PELT at se level by Qais Yousef · 6 years ago
- ba19f51 sched/debug: Add new tracepoints to track PELT at rq level by Qais Yousef · 6 years ago
- 2a09b5d sched/fair: do not expose some tracepoints to user if CONFIG_SCHEDSTATS is not set by Yafang Shao · 6 years ago
- 3054426 sched, trace: Fix prev_state output in sched_switch tracepoint by Pavankumar Kondeti · 6 years ago
- ff28915 sched/debug: Use symbolic names for task state constants by Uwe Kleine-König · 6 years ago
- 4ff648d sched, tracing: Fix trace_sched_pi_setprio() for deboosting by Sebastian Andrzej Siewior · 7 years ago
- 3f5fe9f sched/debug: Fix task state recording/printout by Thomas Gleixner · 7 years ago
- 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
- 8ef9925 sched/debug: Add explicit TASK_PARKED printing by Peter Zijlstra · 7 years ago
- 06eb618 sched/debug: Add explicit TASK_IDLE printing by Peter Zijlstra · 7 years ago
- efb40f5 sched/tracing: Fix trace_sched_switch task-state printing by Peter Zijlstra · 7 years ago
- b91473f sched,tracing: Update trace_sched_pi_setprio() by Peter Zijlstra · 8 years ago
- 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
- c73464b sched/core: Fix trace_sched_switch() by Peter Zijlstra · 9 years ago
- fbd705a sched: Introduce the 'trace_sched_waking' tracepoint by Peter Zijlstra · 10 years ago
- 80ed87c sched/wait: Introduce TASK_NOLOAD and TASK_IDLE by Peter Zijlstra · 10 years ago
- 8f9fbf0 sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state() by Oleg Nesterov · 10 years ago
- dfc68f2 sched, trace: Add a tracepoint for IPI-less remote wakeups by Andy Lutomirski · 11 years ago
- 286549d sched: add tracepoints related to NUMA task migration by Mel Gorman · 11 years ago
- c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
- 6a716c9 hung_task debugging: Add tracepoint to report the hang by Oleg Nesterov · 11 years ago
- 0102874 sched: Create more preempt_count accessors by Peter Zijlstra · 11 years ago
- 1247396 tracing/perf: Reimplement TP_perf_assign() logic by Oleg Nesterov · 11 years ago
- 36009d07 tracing/perf: Expand TRACE_EVENT(sched_stat_runtime) by Oleg Nesterov · 11 years ago
- f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 12 years ago
- e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 13 years ago
- 6308191 tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec() by Oleg Nesterov · 13 years ago
- 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
- 4ff16c2 tracepoint, vfs, sched: Add exec() tracepoint by David Smith · 13 years ago
- 8c79a04 sched/events: Revert trace_sched_stat_sleeptime() by Peter Zijlstra · 13 years ago
- 1ac9bc6 sched/tracing: Add a new tracepoint for sleeptime by Arun Sharma · 13 years ago
- b781a60 events, sched: Add tracepoint for accounting blocked time by Andrew Vagin · 13 years ago
- 557ab42 sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switch by Peter Zijlstra · 13 years ago
- a802707 tracing/sched: Add sched_pi_setprio tracepoint by Steven Rostedt · 14 years ago
- 210f766 tracing: Convert more sched events to DEFINE_EVENT by Li Zefan · 15 years ago
- 02f7269 sched, trace: Fix sched_switch() prev_state argument by Peter Zijlstra · 15 years ago
- 27a9da6 sched: Remove rq argument to the tracepoints by Peter Zijlstra · 15 years ago
- d1eb650 tracepoint: Move signal sending tracepoint to events/signal.h by Masami Hiramatsu · 15 years ago
- 470dda74 tracing: Restore original format of sched events by Li Zefan · 15 years ago
- 091ad36 events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() by Ingo Molnar · 15 years ago
- 75ec29a tracing: Convert some sched trace events to DEFINE_EVENT and _PRINT by Steven Rostedt · 15 years ago
- 434a83c events: Harmonize event field names and print output names by Ingo Molnar · 15 years ago
- f977bb4 perf_counter, sched: Add sched_stat_runtime tracepoint by Ingo Molnar · 15 years ago
- 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
- 768d0c2 sched: Add wait, sleep and iowait accounting tracepoints by Peter Zijlstra · 15 years ago
- f0693c8 tracing/sched: show CPU task wakes up on in trace event by Steven Rostedt · 15 years ago
- d0b6e04 tracing/events: Move TRACE_SYSTEM outside of include guard by Li Zefan · 16 years ago
- 937cdb9 tracing: add previous task state info to sched switch event by Steven Rostedt · 16 years ago
- de1d728 tracepoint: trace_sched_migrate_task(): remove parameter by Mathieu Desnoyers · 16 years ago
- ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 16 years ago[Renamed from include/trace/sched.h]
- a8d154b tracing: create automated trace defines by Steven Rostedt · 16 years ago
- ea20d92 tracing: consolidate trace and trace_event headers by Steven Rostedt · 16 years ago
- f3fe8e4 tracing: add schedule events to event trace by Steven Rostedt · 16 years ago
- 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 16 years ago
- c71dd42 tracing: fix warnings in kernel/trace/trace_sched_switch.c by Ingo Molnar · 16 years ago
- cbc34ed sched: fix tracepoints in scheduler by Peter Zijlstra · 16 years ago
- 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
- cf569a9 sched: clean up tracepoints by Ingo Molnar · 16 years ago
- 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 17 years ago