diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-09-09 12:27:03 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-11-06 17:13:50 -0800 |
commit | 899f317e4886f916ed21027177177c11b577cea1 (patch) | |
tree | 2255984e2d7976804dbc5ded071828302fd1ecf4 /tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon | |
parent | 1ac78b49d61d4a095ef8b861542549eef1823f36 (diff) |
rcuscale: Add RCU Tasks Trace
This commit adds the ability to test performance and scalability of RCU
Tasks Trace updaters.
Reported-by: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon b/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon index 87caa0e932c7..90942bb5bebc 100644 --- a/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon +++ b/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon @@ -1,2 +1,5 @@ CONFIG_RCU_SCALE_TEST=y CONFIG_PRINTK_TIME=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_RCU=y +CONFIG_TASKS_TRACE_RCU=y |