tools/workqueue: Add rescuers printing to wq_dump.py
authorJuri Lelli <juri.lelli@redhat.com>
Tue, 16 Jan 2024 16:19:26 +0000 (17:19 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 16 Jan 2024 18:47:22 +0000 (08:47 -1000)
commitab5e5b99a949b9f282c605d00557b2c727856485
treec5dfdc904c276560e89b66a2bc108a481ea7f450
parent31c89007285d365aa36f71d8fb0701581c770a27
tools/workqueue: Add rescuers printing to wq_dump.py

Retrieving rescuers information (e.g., affinity and name) is quite
useful when debugging workqueues configurations.

Add printing of such information to the existing wq_dump.py script.

Signed-off-by: Juri Lelli <juri.lelli@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/workqueue/wq_dump.py