]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/wti: Add debugfs file to display missed grace periods per cpu
authorTobias Huschle <huschle@linux.ibm.com>
Mon, 12 Aug 2024 11:39:30 +0000 (13:39 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 29 Aug 2024 20:56:35 +0000 (22:56 +0200)
commit307b675cf0193f37fbc50ff9de5322dc1361aa6b
tree6ca0b34fd6932794cac5f57c957ccde2a18ab77e
parent42419bcdfdcb287918e53500a04aeb532b41ed1f
s390/wti: Add debugfs file to display missed grace periods per cpu

Introduce a new debug file which allows to determine how many warning
track grace periods were missed on each CPU.
The new file can be found as /sys/kernel/debug/s390/wti

It is formatted as:
       CPU0       CPU1   [...]    CPUx
        xyz        xyz   [...]     xyz

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Mete Durlu <meted@linux.ibm.com>
Signed-off-by: Tobias Huschle <huschle@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/wti.c