rcutorture: Use 100ms buckets for forward-progress callback histograms
authorPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 5 Oct 2018 23:43:09 +0000 (16:43 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Sat, 1 Dec 2018 20:45:41 +0000 (12:45 -0800)
commit2e57bf97a6856f2dc10fb4377c452cb08f844047
tree3617b1482c7d9400708645b2729e87c65f995fa5
parent2667ccce9328e4e25ed77a83291c066d5e11e65a
rcutorture: Use 100ms buckets for forward-progress callback histograms

This commit narrows the scope of each bucket of the forward-progress
callback-invocation histograms from one second to 100 milliseconds, which
aids debugging of forward-progress problems by making shorter-duration
callback-invocation stalls visible.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/rcutorture.c