aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira1-2/+15
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-01-14sched/deadline: Show leftover runtime and abs deadline in /proc/*/schedTommaso Cucinotta1-0/+4
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+2
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf1-46/+53
2016-09-05sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf1-2/+2
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf1-2/+2
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo1-1/+2
2016-06-08sched/debug: Always show 'nr_migrations'Josh Poimboeuf1-1/+1
2016-06-08sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf1-11/+4
2016-05-05sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li1-5/+5
2016-02-29sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)1-0/+9
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)1-0/+173
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)1-0/+131
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman1-48/+54
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du1-0/+2
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du1-24/+17
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du1-6/+1
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju1-21/+17
2015-07-04sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju1-1/+1
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2015-06-19sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedSrikar Dronamraju1-0/+1
2015-06-19sched/debug: Replace vruntime with wait_sum in /proc/sched_debugSrikar Dronamraju1-2/+2
2015-06-19sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju1-2/+4
2015-04-23sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner1-2/+0
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen1-0/+2
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot1-3/+7
2015-01-14sched/debug: Print rq->clock_taskPeter Zijlstra1-0/+1
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda1-2/+2
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li1-0/+7
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov1-5/+2
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov1-4/+2
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+1
2014-02-12cgroup: remove cgroup->nameTejun Heo1-2/+1
2014-02-11sched: Add statistic for newidle load balance costAlex Shi1-0/+1
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel1-3/+3
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-1/+1
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li1-1/+1
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall1-0/+8
2013-10-09sched/numa: Add debuggingIngo Molnar1-2/+58
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra1-3/+3
2013-06-28sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi1-4/+6
2013-06-28sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal1-8/+9
2013-06-27sched/debug: Add load-tracking statistics to taskKamalesh Babulal1-0/+6
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi1-3/+3
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi1-2/+2
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+79
2013-02-22sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer1-11/+79