]> Git Repo - linux.git/commit
taskstats: use real microsecond granularity for CPU times
authorMichael Holzheu <[email protected]>
Wed, 27 Oct 2010 22:34:45 +0000 (15:34 -0700)
committerLinus Torvalds <[email protected]>
Thu, 28 Oct 2010 01:03:17 +0000 (18:03 -0700)
commitd57af9b2142f31a39dcfdeb30776baadfc802827
treea89233b1e57b152c9bebf7bb516dd51920602969
parent3d9e0cf1fe007b88db55d43dfdb6839e1a029ca5
taskstats: use real microsecond granularity for CPU times

The taskstats interface uses microsecond granularity for the user and
system time values.  The conversion from cputime to the taskstats values
uses the cputime_to_msecs primitive which effectively limits the
granularity to milliseconds.  Add the cputime_to_usecs primitive for
architectures that have better, more precise CPU time values.  Remove
cputime_to_msecs primitive because there are no more users left.

Signed-off-by: Michael Holzheu <[email protected]>
Acked-by: Balbir Singh <[email protected]>
Cc: Luck Tony <[email protected]>
Cc: Shailabh Nagar <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Shailabh Nagar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/ia64/include/asm/cputime.h
arch/powerpc/include/asm/cputime.h
arch/s390/include/asm/cputime.h
include/asm-generic/cputime.h
kernel/tsacct.c
This page took 0.052373 seconds and 4 git commands to generate.