rcutorture: Print number of RCU up/down readers and migrations
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 16 Apr 2025 18:22:49 +0000 (11:22 -0700)
committerNeeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
Wed, 25 Jun 2025 03:09:01 +0000 (08:39 +0530)
commitcacba0bf6d9f7568e115f3ffe32a95c33f5fd885
treea975ccdc685ec8e1518d52fd5f8a411789eb6e88
parentf6c8785f50443db4c70faebfc22e59e8064c35a5
rcutorture: Print number of RCU up/down readers and migrations

This commit prints the number of RCU up/down readers and the number
of such readers that migrated from one CPU to another, along
with the rest of the periodic rcu_torture_stats_print() output.
These statistics are currently used only by srcu_down_read{,_fast}()
and srcu_up_read(,_fast)().

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
kernel/rcu/rcutorture.c