diff options
author | 2016-12-20 07:27:59 +0100 | |
---|---|---|
committer | 2016-12-20 15:22:56 +0100 | |
commit | 8f2b468aadc81ca0fc78e41696b648e30d91ba5c (patch) | |
tree | 6908c5d1c11e29847a371567ed5ec09d08707bd4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs (diff) | |
download | wireguard-linux-8f2b468aadc81ca0fc78e41696b648e30d91ba5c.tar.xz wireguard-linux-8f2b468aadc81ca0fc78e41696b648e30d91ba5c.zip |
s390/vtime: correct system time accounting
There is a slight misaccounting of system time in vtime_account_user.
This function is called once per HZ tick in interrupt context.
The irq_enter function already accounted the system time up to the
point of the irq_enter call. The system time from irq_enter until
vtime_account_user/do_account_vtime is reached is irq time but it
is accounted to the previous context.
Just drop the hardirq offset from arch/s390/kernel/vtime.c.
Reported-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions