diff options
author | 2023-06-03 09:07:44 -0700 | |
---|---|---|
committer | 2023-07-14 15:01:49 -0700 | |
commit | a15ec57cfcf83858aced058e00a7feb824322fa4 (patch) | |
tree | 8692ce20e8810f403882d4190ffdeba618de6517 /tools | |
parent | rcuscale: Measure RCU Tasks Trace grace-period kthread CPU time (diff) | |
download | wireguard-linux-a15ec57cfcf83858aced058e00a7feb824322fa4.tar.xz wireguard-linux-a15ec57cfcf83858aced058e00a7feb824322fa4.zip |
rcuscale: Add RCU Tasks Rude testing
Add a "tasks-rude" option to the rcuscale.scale_type module parameter.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon b/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon index 6a00157bee5b..b1ffd7c67604 100644 --- a/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon +++ b/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon @@ -2,5 +2,7 @@ CONFIG_RCU_SCALE_TEST=y CONFIG_PRINTK_TIME=y CONFIG_FORCE_TASKS_RCU=y #CHECK#CONFIG_TASKS_RCU=y +CONFIG_FORCE_TASKS_RUDE_RCU=y +#CHECK#CONFIG_TASKS_RUDE_RCU=y CONFIG_FORCE_TASKS_TRACE_RCU=y #CHECK#CONFIG_TASKS_TRACE_RCU=y |