diff options
author | 2024-10-21 07:07:47 -0700 | |
---|---|---|
committer | 2024-12-14 17:02:28 +0100 | |
commit | 7b6c1648bb6e041b3f2284b7f602283adc852bb7 (patch) | |
tree | 682ce45e4428f4254c36bf5d6d0738298d5198ac /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | rcutorture: Decorate failing reader segments with CPU ID (diff) | |
download | wireguard-linux-7b6c1648bb6e041b3f2284b7f602283adc852bb7.tar.xz wireguard-linux-7b6c1648bb6e041b3f2284b7f602283adc852bb7.zip |
rcutorture: Use finer-grained timeouts for rcu_torture_writer() polling
The rcu_torture_writer() polling currently uses timeouts ranging from
zero to 16 milliseconds to wait for the polled grace period to end.
This works, but it would be better to have a higher probability of
exercising races with the code that cleans up after a grace period.
This commit therefore switches from these millisecond-scale timeouts
to timeouts ranging from zero to 128 microseconds, and with a full
microsecond's worth of timeout fuzz.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions