]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/sched/debug.c
sched: Track the runnable average on a per-task entity basis
[karo-tx-linux.git] / kernel / sched / debug.c
index 6f79596e0ea91acc791ca3512a351f07605e3fbf..61f70979153ae89f36c0241d19f449c4e62ac2c3 100644 (file)
@@ -85,6 +85,10 @@ static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group
        P(se->statistics.wait_count);
 #endif
        P(se->load.weight);
+#ifdef CONFIG_SMP
+       P(se->avg.runnable_avg_sum);
+       P(se->avg.runnable_avg_period);
+#endif
 #undef PN
 #undef P
 }