rcuperf: Change rcuperf to rcuscale
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 12 Aug 2020 04:18:12 +0000 (21:18 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 25 Aug 2020 01:39:24 +0000 (18:39 -0700)
commit4e88ec4a9eb17527e640b063f79e5b875733eb53
treeb93f02ca67688122fbdcbd2655edbf601ecd6a06
parent65bd77f554336407f5fd7ced7a6df686767fba21
rcuperf: Change rcuperf to rcuscale

This commit further avoids conflation of rcuperf with the kernel's perf
feature by renaming kernel/rcu/rcuperf.c to kernel/rcu/rcuscale.c, and
also by similarly renaming the functions and variables inside this file.
This has the side effect of changing the names of the kernel boot
parameters, so kernel-parameters.txt and ver_functions.sh are also
updated.  The rcutorture --torture type was also updated from rcuperf
to rcuscale.

[ paulmck: Fix bugs located by Stephen Rothwell. ]
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
16 files changed:
Documentation/admin-guide/kernel-parameters.txt
MAINTAINERS
kernel/rcu/Kconfig.debug
kernel/rcu/Makefile
kernel/rcu/rcuscale.c [moved from kernel/rcu/rcuperf.c with 64% similarity]
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuscale-ftrace.sh [moved from tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuperf-ftrace.sh with 92% similarity]
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuscale.sh [moved from tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuperf.sh with 84% similarity]
tools/testing/selftests/rcutorture/bin/kvm.sh
tools/testing/selftests/rcutorture/bin/parse-console.sh
tools/testing/selftests/rcutorture/configs/rcuperf/CFcommon [deleted file]
tools/testing/selftests/rcutorture/configs/rcuscale/CFLIST [moved from tools/testing/selftests/rcutorture/configs/rcuperf/CFLIST with 100% similarity]
tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/rcuscale/TINY [moved from tools/testing/selftests/rcutorture/configs/rcuperf/TINY with 100% similarity]
tools/testing/selftests/rcutorture/configs/rcuscale/TREE [moved from tools/testing/selftests/rcutorture/configs/rcuperf/TREE with 100% similarity]
tools/testing/selftests/rcutorture/configs/rcuscale/TREE54 [moved from tools/testing/selftests/rcutorture/configs/rcuperf/TREE54 with 100% similarity]
tools/testing/selftests/rcutorture/configs/rcuscale/ver_functions.sh [moved from tools/testing/selftests/rcutorture/configs/rcuperf/ver_functions.sh with 88% similarity]