diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-06-17 12:06:47 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-06-29 12:00:46 -0700 |
commit | f71d8311ec278525508dac211de700b2b682a15f (patch) | |
tree | c3690b736dc1bec1cfe0c6afe8d2b5a3655a9d19 /tools/testing/selftests/rcutorture/configs/refscale/CFcommon | |
parent | 1fbeb3a8c4de29433a8d230ee600b13d369b6c0f (diff) |
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>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/refscale/CFcommon')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/refscale/CFcommon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/refscale/CFcommon b/tools/testing/selftests/rcutorture/configs/refscale/CFcommon new file mode 100644 index 000000000000..a98b58b54bb1 --- /dev/null +++ b/tools/testing/selftests/rcutorture/configs/refscale/CFcommon @@ -0,0 +1,2 @@ +CONFIG_RCU_REF_SCALE_TEST=y +CONFIG_PRINTK_TIME=y |