| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/fair: do not expose some tracepoints to user if CONFIG_SCHEDSTATS is no... | Yafang Shao | 2019-04-08 | 1 | -7/+14 |
* | sched, trace: Fix prev_state output in sched_switch tracepoint | Pavankumar Kondeti | 2018-11-28 | 1 | -1/+11 |
* | sched/debug: Use symbolic names for task state constants | Uwe Kleine-König | 2018-09-10 | 1 | -3/+8 |
* | sched, tracing: Fix trace_sched_pi_setprio() for deboosting | Sebastian Andrzej Siewior | 2018-05-25 | 1 | -1/+3 |
* | sched/debug: Fix task state recording/printout | Thomas Gleixner | 2017-11-24 | 1 | -3/+3 |
* | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-11-08 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | sched/debug: Rename task-state printing helpers | Peter Zijlstra | 2017-10-10 | 1 | -1/+1 |
|/ |
|
* | sched/debug: Add explicit TASK_PARKED printing | Peter Zijlstra | 2017-09-29 | 1 | -1/+1 |
* | sched/debug: Add explicit TASK_IDLE printing | Peter Zijlstra | 2017-09-29 | 1 | -3/+4 |
* | sched/tracing: Fix trace_sched_switch task-state printing | Peter Zijlstra | 2017-09-29 | 1 | -7/+11 |
* | sched,tracing: Update trace_sched_pi_setprio() | Peter Zijlstra | 2017-04-04 | 1 | -7/+9 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | sched/core: Fix trace_sched_switch() | Peter Zijlstra | 2015-10-06 | 1 | -13/+9 |
* | sched: Introduce the 'trace_sched_waking' tracepoint | Peter Zijlstra | 2015-08-03 | 1 | -9/+21 |
* | sched/wait: Introduce TASK_NOLOAD and TASK_IDLE | Peter Zijlstra | 2015-05-19 | 1 | -1/+2 |
* | sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state() | Oleg Nesterov | 2014-10-28 | 1 | -3/+6 |
* | sched, trace: Add a tracepoint for IPI-less remote wakeups | Andy Lutomirski | 2014-06-05 | 1 | -0/+20 |
* | sched: add tracepoints related to NUMA task migration | Mel Gorman | 2014-01-22 | 1 | -0/+87 |
* | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f... | Ingo Molnar | 2013-11-06 | 1 | -1/+1 |
|\ |
|
| * | sched: Create more preempt_count accessors | Peter Zijlstra | 2013-09-25 | 1 | -1/+1 |
* | | hung_task debugging: Add tracepoint to report the hang | Oleg Nesterov | 2013-10-31 | 1 | -0/+19 |
|/ |
|
* | tracing/perf: Reimplement TP_perf_assign() logic | Oleg Nesterov | 2013-08-14 | 1 | -13/+3 |
* | tracing/perf: Expand TRACE_EVENT(sched_stat_runtime) | Oleg Nesterov | 2013-08-14 | 1 | -1/+5 |
* | kthread: Prevent unpark race which puts threads on the wrong cpu | Thomas Gleixner | 2013-04-12 | 1 | -1/+1 |
* | perf/trace: Add ability to set a target task for events | Andrew Vagin | 2012-07-31 | 1 | -0/+4 |
* | tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec() | Oleg Nesterov | 2012-03-31 | 1 | -1/+1 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-03-05 | 1 | -50/+0 |
|\ |
|
| * | sched/events: Revert trace_sched_stat_sleeptime() | Peter Zijlstra | 2012-02-22 | 1 | -50/+0 |
* | | tracepoint, vfs, sched: Add exec() tracepoint | David Smith | 2012-02-23 | 1 | -0/+27 |
|/ |
|
* | sched/tracing: Add a new tracepoint for sleeptime | Arun Sharma | 2011-12-23 | 1 | -0/+50 |
* | events, sched: Add tracepoint for accounting blocked time | Andrew Vagin | 2011-12-06 | 1 | -0/+7 |
* | sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switch | Peter Zijlstra | 2011-09-26 | 1 | -4/+5 |
* | tracing/sched: Add sched_pi_setprio tracepoint | Steven Rostedt | 2010-09-21 | 1 | -0/+29 |
* | tracing: Convert more sched events to DEFINE_EVENT | Li Zefan | 2010-06-28 | 1 | -25/+7 |
* | sched, trace: Fix sched_switch() prev_state argument | Peter Zijlstra | 2010-06-01 | 1 | -1/+18 |
* | sched: Remove rq argument to the tracepoints | Peter Zijlstra | 2010-05-07 | 1 | -22/+10 |
* | tracepoint: Move signal sending tracepoint to events/signal.h | Masami Hiramatsu | 2009-11-26 | 1 | -25/+0 |
* | tracing: Restore original format of sched events | Li Zefan | 2009-11-26 | 1 | -12/+6 |
* | events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() | Ingo Molnar | 2009-11-26 | 1 | -3/+3 |
* | tracing: Convert some sched trace events to DEFINE_EVENT and _PRINT | Steven Rostedt | 2009-11-25 | 1 | -118/+52 |
* | events: Harmonize event field names and print output names | Ingo Molnar | 2009-10-15 | 1 | -22/+22 |
* | perf_counter, sched: Add sched_stat_runtime tracepoint | Ingo Molnar | 2009-09-13 | 1 | -0/+33 |
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-11 | 1 | -4/+8 |
|\ |
|
| * | tracing/sched: show CPU task wakes up on in trace event | Steven Rostedt | 2009-08-26 | 1 | -4/+8 |
* | | sched: Add wait, sleep and iowait accounting tracepoints | Peter Zijlstra | 2009-09-02 | 1 | -0/+95 |
|/ |
|
* | tracing/events: Move TRACE_SYSTEM outside of include guard | Li Zefan | 2009-07-13 | 1 | -3/+3 |
* | tracing: add previous task state info to sched switch event | Steven Rostedt | 2009-05-26 | 1 | -1/+8 |
* | tracepoint: trace_sched_migrate_task(): remove parameter | Mathieu Desnoyers | 2009-05-06 | 1 | -3/+3 |
* | tracing/events: move trace point headers into include/trace/events | Steven Rostedt | 2009-04-15 | 1 | -0/+339 |