commit | 831451ac4e44d3a20b581ce726ef1d1144373f7d | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Jan 14 12:39:18 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jan 15 12:00:08 2009 +0100 |
tree | 0ef28221132dc7cd30a2660bb4193fb86f3bb021 | |
parent | a6525042bfdfcab128bd91fad264de10fd24a55e [diff] |
sched: introduce avg_wakeup Introduce a new avg_wakeup statistic. avg_wakeup is a measure of how frequently a task wakes up other tasks, it represents the average time between wakeups, with a limit of avg_runtime for when it doesn't wake up anybody. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Mike Galbraith <efault@gmx.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>