sched/debug: Add load-tracking statistics to task
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Tue, 25 Jun 2013 08:03:36 +0000 (13:33 +0530)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Jun 2013 08:07:46 +0000 (10:07 +0200)
At present we print per-entity load-tracking statistics for
cfs_rq of cgroups/runqueues. Given that per task statistics
is maintained, it can be used to know the contribution made
by the task to its parenting cfs_rq level.

This patch adds per-task load-tracking statistics to /proc/<PID>/sched.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20130625080336.GA20175@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found