Lines Matching +full:period +full:- +full:scale
2 # SPDX-License-Identifier: GPL-2.0+
6 # Usage: kvm-recheck-rcuscale.sh resdir
13 if test -d "$i" -a -r "$i"
23 if kvm-recheck-rcuscale-ftrace.sh $i
29 configfile=`echo $i | sed -e 's/^.*\///'`
31 sed -e 's/^\[[^]]*]//' < $i/console.log |
33 /-scale: .* gps: .* batches:/ {
38 /-scale: .*writer-duration/ {
43 /rcu_scale: Grace-period kthread CPU time/ {
64 last = gptimes[1] - 10;
79 print "Average grace-period duration: " sum / newNR " microseconds";
80 print "Minimum grace-period duration: " gptimes[1];
81 print "50th percentile grace-period duration: " gptimes[pct50];
82 print "90th percentile grace-period duration: " gptimes[pct90];
83 print "99th percentile grace-period duration: " gptimes[pct99];
84 print "Maximum grace-period duration: " gptimes[newNR];