commit | 5168ce2c647f02756803bef7b74906f485491a1c | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Mar 26 15:23:53 2009 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Mar 26 15:24:07 2009 +0100 |
tree | 93858f54f791e94ddb95b74256c2cdb8cafe7b8c | |
parent | cbdc229245e8cf5c201e68221ebf2f33d2aaf029 [diff] |
[S390] cputime: initialize per thread timer values on fork Initialize per thread timer values instead of just copying them from the parent. That way it is easily possible to tell how much time a thread spent in user/system context. Doesn't fix a bug, this is just for debugging purposes. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>