diff options
Diffstat (limited to 'kernel/sched/debug.c')
-rw-r--r-- | kernel/sched/debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index 6f79596e0ea9..61f70979153a 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c | |||
@@ -85,6 +85,10 @@ static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group | |||
85 | P(se->statistics.wait_count); | 85 | P(se->statistics.wait_count); |
86 | #endif | 86 | #endif |
87 | P(se->load.weight); | 87 | P(se->load.weight); |
88 | #ifdef CONFIG_SMP | ||
89 | P(se->avg.runnable_avg_sum); | ||
90 | P(se->avg.runnable_avg_period); | ||
91 | #endif | ||
88 | #undef PN | 92 | #undef PN |
89 | #undef P | 93 | #undef P |
90 | } | 94 | } |