diff options
Diffstat (limited to 'kernel/sched_debug.c')
-rw-r--r-- | kernel/sched_debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c index 2e1b0d17dd9b..8924be259506 100644 --- a/kernel/sched_debug.c +++ b/kernel/sched_debug.c | |||
@@ -298,6 +298,10 @@ static void print_cpu(struct seq_file *m, int cpu) | |||
298 | 298 | ||
299 | P(bkl_count); | 299 | P(bkl_count); |
300 | 300 | ||
301 | P(skip_clock_count); | ||
302 | P64(skip_clock_recent_max); | ||
303 | P64(skip_clock_max); | ||
304 | |||
301 | #undef P | 305 | #undef P |
302 | #endif | 306 | #endif |
303 | print_cfs_stats(m, cpu); | 307 | print_cfs_stats(m, cpu); |