mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
sched: monitor clock underflows in /proc/sched_debug
We monitor clock overflows, let's also monitor clock underflows. Signed-off-by: Guillaume Chazarain <guichaz@yahoo.fr> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
782daeee3d
commit
cc203d2422
2 changed files with 5 additions and 2 deletions
|
@ -179,6 +179,7 @@ static void print_cpu(struct seq_file *m, int cpu)
|
|||
PN(prev_clock_raw);
|
||||
P(clock_warps);
|
||||
P(clock_overflows);
|
||||
P(clock_underflows);
|
||||
P(clock_deep_idle_events);
|
||||
PN(clock_max_delta);
|
||||
P(cpu_load[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue