sched: introduce avg_wakeup
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 14 Jan 2009 11:39:18 +0000 (12:39 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 15 Jan 2009 11:00:08 +0000 (12:00 +0100)
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>

No differences found