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)
commit2010776f8ccb68b85efbade3f19a11b17fb33d74
tree3dbda3c6b59b71827353260d2464fe223423ac12
parentb380b10b84c3b8334aba51a5a10eabb30f37589f
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]