diff options
author | 2024-08-01 17:36:22 -0700 | |
---|---|---|
committer | 2024-08-12 23:51:35 +0530 | |
commit | e53cef031bfac2369d249cfd726706c30a5a3351 (patch) | |
tree | 87f0898be80a0d53adc7b5b9eb1b9f81d31206cb /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | srcu: Check for concurrent updates of heuristics (diff) | |
download | wireguard-linux-e53cef031bfac2369d249cfd726706c30a5a3351.tar.xz wireguard-linux-e53cef031bfac2369d249cfd726706c30a5a3351.zip |
srcu: Mark callbacks not currently participating in barrier operation
SRCU keeps a count of the number of callbacks that the current
srcu_barrier() is waiting on, but there is currently no easy way to
work out which callback is stuck. One way to do this is to mark idle
SRCU-barrier callbacks by making the ->next pointer point to the callback
itself, and this commit does just that.
Later commits will use this for debug output.
Signed-off-by: "Paul E. McKenney" <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions