Revision 5968cecedd7a09f23e9fcb5f9fb4e893712f35ba authored by Naveen N. Rao on 30 June 2015, 09:06:03 UTC, committed by Ingo Molnar on 04 July 2015, 08:04:31 UTC
Expand /proc/pid/schedstat output:

 - enable it on CONFIG_TASK_DELAY_ACCT=y && !CONFIG_SCHEDSTATS kernels.

 - dump all zeroes on kernels that are booted with the 'nodelayacct'
   option, which boot option disables delay accounting on
   CONFIG_TASK_DELAY_ACCT=y kernels.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Cc: Balbir Singh <bsingharora@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: a.p.zijlstra@chello.nl
Cc: ricklind@us.ibm.com
Link: http://lkml.kernel.org/r/5ccbef17d4bc841084ea6e6421d4e4a23b7b806f.1435654789.git.naveen.n.rao@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent f6db834
History
File Mode Size
test
.gitignore -rw-r--r-- 44 bytes
Makefile -rw-r--r-- 3.6 KB
algos.c -rw-r--r-- 5.9 KB
altivec.uc -rw-r--r-- 3.3 KB
avx2.c -rw-r--r-- 8.6 KB
int.uc -rw-r--r-- 3.7 KB
mktables.c -rw-r--r-- 3.6 KB
mmx.c -rw-r--r-- 3.9 KB
neon.c -rw-r--r-- 1.7 KB
neon.uc -rw-r--r-- 2.2 KB
recov.c -rw-r--r-- 3.6 KB
recov_avx2.c -rw-r--r-- 9.0 KB
recov_ssse3.c -rw-r--r-- 9.2 KB
sse1.c -rw-r--r-- 4.9 KB
sse2.c -rw-r--r-- 16.1 KB
tilegx.uc -rw-r--r-- 2.2 KB
unroll.awk -rw-r--r-- 424 bytes
x86.h -rw-r--r-- 2.0 KB

back to top