diff options
Diffstat (limited to 'kernel/sched')
-rw-r--r-- | kernel/sched/debug.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index d803989defc0..626320985366 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c | |||
@@ -566,6 +566,12 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m) | |||
566 | "nr_involuntary_switches", (long long)p->nivcsw); | 566 | "nr_involuntary_switches", (long long)p->nivcsw); |
567 | 567 | ||
568 | P(se.load.weight); | 568 | P(se.load.weight); |
569 | #if defined(CONFIG_SMP) && defined(CONFIG_FAIR_GROUP_SCHED) | ||
570 | P(se.avg.runnable_avg_sum); | ||
571 | P(se.avg.runnable_avg_period); | ||
572 | P(se.avg.load_avg_contrib); | ||
573 | P(se.avg.decay_count); | ||
574 | #endif | ||
569 | P(policy); | 575 | P(policy); |
570 | P(prio); | 576 | P(prio); |
571 | #undef PN | 577 | #undef PN |