sched: Track group sched_entity usage contributions
[firefly-linux-kernel-4.4.55.git] / kernel / sched / debug.c
index 578ff83d1d1a2151c45b5ee37d4d8dba9fb588f0..a245c1fc6f0a610f17e2d13635306d681e2ef821 100644 (file)
@@ -94,8 +94,10 @@ static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group
        P(se->load.weight);
 #ifdef CONFIG_SMP
        P(se->avg.runnable_avg_sum);
+       P(se->avg.running_avg_sum);
        P(se->avg.avg_period);
        P(se->avg.load_avg_contrib);
+       P(se->avg.utilization_avg_contrib);
        P(se->avg.decay_count);
 #endif
 #undef PN