diff options
author | Tobias Huschle <[email protected]> | 2024-08-12 13:39:29 +0200 |
---|---|---|
committer | Vasily Gorbik <[email protected]> | 2024-08-29 22:56:34 +0200 |
commit | 42419bcdfdcb287918e53500a04aeb532b41ed1f (patch) | |
tree | 1bfa8fe14bda89016ee70b1b092a98a031c98e07 /lib/test_dynamic_debug.c | |
parent | cafeff5a030983bbf37b11ab766b68d7da3b8aab (diff) |
s390/wti: Add wti accounting for missed grace periods
A virtual CPU that has received a warning-track interrupt may fail to
acknowledge the interrupt within the warning-track grace period.
While this is usually not a problem, it will become necessary to
investigate if there is a large number of such missed warning-track
interrupts. Therefore, it is necessary to track these events.
The information is tracked through the s390 debug facility and can be
found under /sys/kernel/debug/s390dbf/wti/.
The hex_ascii output is formatted as:
<pid> <symbol>
The values pid and current psw are collected when a warning track
interrupt is received. Symbol is either the kernel symbol matching the
collected psw or redacted to <user> when running in user space.
Each line represents the currently executing process when a warning
track interrupt was received which was then not acknowledged within its
grace period.
Acked-by: Heiko Carstens <[email protected]>
Reviewed-by: Mete Durlu <[email protected]>
Signed-off-by: Tobias Huschle <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'lib/test_dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions