]> git.baikalelectronics.ru Git - kernel.git/commit
tools/rcu: Add an extract-stall script
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 19 Jul 2021 17:08:12 +0000 (10:08 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 16 Sep 2021 17:31:26 +0000 (10:31 -0700)
commitacfea67a40d7c622071e2aca5600f372fcaaae80
tree3dbda3c6b59b71827353260d2464fe223423ac12
parented34b15d7932ce5318cc326542b34246bf125fac
tools/rcu: Add an extract-stall script

This commit adds a script that extracts RCU CPU stall warnings
from console output.  The user can optionally specify the number of
lines preceding the stall to output, and also the number of lines of
stall-warning text.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/rcu/extract-stall.sh [new file with mode: 0644]