commit | 5ac5c4d604bf894ef672a7971d03fefdc7ea7e49 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Nov 10 10:46:32 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Nov 10 10:51:51 2008 +0100 |
tree | ee7b71de46c0c71dec9e9ebb0efd2e66ce1c7a6d | |
parent | f7160c7573615ec82c691e294cf80d920b5d588d [diff] |
sched: clean up debug info Impact: clean up and fix debug info printout While looking over the sched_debug code I noticed that we printed the rq schedstats for every cfs_rq, ammend this. Also change nr_spead_over into an int, and fix a little buglet in min_vruntime printing. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>