From 05312c24149b9b910e87d047f5a88a98d35a7cb6 Mon Sep 17 00:00:00 2001 From: Srivatsa Vaddagiri Date: Tue, 10 Jun 2014 14:55:42 -0700 Subject: sched: debug: Print additional information in /proc/sched_debug Provide information in /proc/sched_debug on min_capacity, max_capacity and whether pelt or window-based task load statistics is in use. Change-Id: Ie4e9450652f4c83110dda75be3ead8aa5bb355c3 Signed-off-by: Srivatsa Vaddagiri --- kernel/sched/debug.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel/sched/debug.c') diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index 02319b46ad6c..441777901a98 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c @@ -407,6 +407,9 @@ static void sched_debug_header(struct seq_file *m) P(sched_downmigrate); P(sched_init_task_load_windows); P(sched_init_task_load_pelt); + P(min_capacity); + P(max_capacity); + P(sched_use_pelt); #endif #undef PN #undef P -- cgit v1.2.3