commit | 213c8af67f21c1dc0d50940b159d9521c95f3c89 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Aug 28 12:53:24 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Aug 28 12:53:24 2007 +0200 |
tree | b3f594889a460bcec385192d8675b428616d31b7 | |
parent | b77d69db9f4ba03b2ed17e383c2d73ca89f5ab14 [diff] |
sched: small schedstat fix small schedstat fix: the cfs_rq->wait_runtime 'sum of all runtimes' statistics counters missed newly forked tasks and thus had a constant negative skew. Fix this. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Mike Galbraith <efault@gmx.de>