refscale: Change --torture type from refperf to refscale
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 17 Jun 2020 19:06:47 +0000 (12:06 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:46 +0000 (12:00 -0700)
commitf71d8311ec278525508dac211de700b2b682a15f
treec3690b736dc1bec1cfe0c6afe8d2b5a3655a9d19
parent1fbeb3a8c4de29433a8d230ee600b13d369b6c0f
refscale: Change --torture type from refperf to refscale

This commit renames the rcutorture config/refperf to config/refscale to
further avoid conflation with the Linux kernel's perf feature.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
14 files changed:
tools/testing/selftests/rcutorture/bin/kvm-recheck-refperf.sh [deleted file]
tools/testing/selftests/rcutorture/bin/kvm-recheck-refscale.sh [new file with mode: 0755]
tools/testing/selftests/rcutorture/bin/kvm.sh
tools/testing/selftests/rcutorture/bin/parse-console.sh
tools/testing/selftests/rcutorture/configs/refperf/CFLIST [deleted file]
tools/testing/selftests/rcutorture/configs/refperf/CFcommon [deleted file]
tools/testing/selftests/rcutorture/configs/refperf/NOPREEMPT [deleted file]
tools/testing/selftests/rcutorture/configs/refperf/PREEMPT [deleted file]
tools/testing/selftests/rcutorture/configs/refperf/ver_functions.sh [deleted file]
tools/testing/selftests/rcutorture/configs/refscale/CFLIST [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/refscale/CFcommon [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/refscale/NOPREEMPT [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/refscale/PREEMPT [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/refscale/ver_functions.sh [new file with mode: 0644]