]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/proc/array.c
sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields
authorLaurent Vivier <Laurent.Vivier@bull.net>
Mon, 15 Oct 2007 15:00:19 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:19 +0000 (17:00 +0200)
commit9ac52315d4cf5f561f36dabaf0720c00d3553162
treeafe7284f34a65d2540fcb2a9b764834f9d790fa7
parent5e84cfde51cf303d368fcb48f22059f37b3872de
sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields

like for cpustat, introduce the "gtime" (guest time of the task) and
"cgtime" (guest time of the task children) fields for the
tasks. Modify signal_struct and task_struct.

Modify /proc/<pid>/stat to display these new fields.

Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
Acked-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
fs/proc/array.c
include/linux/sched.h
kernel/exit.c
kernel/fork.c