|
@@ -1668,9 +1668,14 @@ static inline void double_rq_unlock(struct rq *rq1, struct rq *rq2)
|
|
|
|
|
|
extern struct sched_entity *__pick_first_entity(struct cfs_rq *cfs_rq);
|
|
|
extern struct sched_entity *__pick_last_entity(struct cfs_rq *cfs_rq);
|
|
|
+
|
|
|
+#ifdef CONFIG_SCHED_DEBUG
|
|
|
extern void print_cfs_stats(struct seq_file *m, int cpu);
|
|
|
extern void print_rt_stats(struct seq_file *m, int cpu);
|
|
|
extern void print_dl_stats(struct seq_file *m, int cpu);
|
|
|
+extern void
|
|
|
+print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq);
|
|
|
+#endif
|
|
|
|
|
|
extern void init_cfs_rq(struct cfs_rq *cfs_rq);
|
|
|
extern void init_rt_rq(struct rt_rq *rt_rq);
|