linux/kernel/sched
Glauber Costa 1c77f38ad6 sched/accounting: Fix user/system tick double accounting
Now that we're  pointing cpuacct's root cgroup to cpustat and accounting
through task_group_account_field(), we should not access cpustat directly.
Since it is done anyway inside the acessor function, we end up accounting
it twice, which is wrong.

Signed-off-by: Glauber Costa <glommer@parallels.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1322863119-14225-2-git-send-email-glommer@parallels.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2011-12-06 20:51:23 +01:00
..
auto_group.c
auto_group.h
clock.c
core.c sched/accounting: Fix user/system tick double accounting 2011-12-06 20:51:23 +01:00
cpupri.c
cpupri.h
debug.c
fair.c sched: Save some hrtick_start_fair cycles 2011-12-06 20:51:20 +01:00
features.h
idle_task.c
Makefile
rt.c sched/rt: Code cleanup, remove a redundant function call 2011-12-06 09:06:28 +01:00
sched.h sched/accounting: Re-use scheduler statistics for the root cgroup 2011-12-06 20:51:21 +01:00
stats.c
stats.h
stop_task.c