|
@@ -229,6 +229,14 @@ void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq)
|
|
|
atomic_read(&cfs_rq->tg->runnable_avg));
|
|
|
#endif
|
|
|
#endif
|
|
|
+#ifdef CONFIG_CFS_BANDWIDTH
|
|
|
+ SEQ_printf(m, " .%-30s: %d\n", "tg->cfs_bandwidth.timer_active",
|
|
|
+ cfs_rq->tg->cfs_bandwidth.timer_active);
|
|
|
+ SEQ_printf(m, " .%-30s: %d\n", "throttled",
|
|
|
+ cfs_rq->throttled);
|
|
|
+ SEQ_printf(m, " .%-30s: %d\n", "throttle_count",
|
|
|
+ cfs_rq->throttle_count);
|
|
|
+#endif
|
|
|
|
|
|
#ifdef CONFIG_FAIR_GROUP_SCHED
|
|
|
print_cfs_group_stats(m, cpu, cfs_rq->tg);
|