Kconfig.debug (976e3645923bdd2fe7893aae33fd7a21098bfb28) Kconfig.debug (3d6e43c75d6bab212e8bc142585ee36eb8e2e5d9)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# RCU-related debugging configuration options
4#
5
6menu "RCU Debugging"
7
8config PROVE_RCU

--- 15 unchanged lines hidden (view full) ---

24 default n
25
26config RCU_PERF_TEST
27 tristate "performance tests for RCU"
28 depends on DEBUG_KERNEL
29 select TORTURE_TEST
30 select SRCU
31 select TASKS_RCU
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# RCU-related debugging configuration options
4#
5
6menu "RCU Debugging"
7
8config PROVE_RCU

--- 15 unchanged lines hidden (view full) ---

24 default n
25
26config RCU_PERF_TEST
27 tristate "performance tests for RCU"
28 depends on DEBUG_KERNEL
29 select TORTURE_TEST
30 select SRCU
31 select TASKS_RCU
32 select TASKS_RUDE_RCU
32 default n
33 help
34 This option provides a kernel module that runs performance
35 tests on the RCU infrastructure. The kernel module may be built
36 after the fact on the running kernel to be tested, if desired.
37
38 Say Y here if you want RCU performance tests to be built into
39 the kernel.
40 Say M if you want the RCU performance tests to build as a module.
41 Say N if you are unsure.
42
43config RCU_TORTURE_TEST
44 tristate "torture tests for RCU"
45 depends on DEBUG_KERNEL
46 select TORTURE_TEST
47 select SRCU
48 select TASKS_RCU
33 default n
34 help
35 This option provides a kernel module that runs performance
36 tests on the RCU infrastructure. The kernel module may be built
37 after the fact on the running kernel to be tested, if desired.
38
39 Say Y here if you want RCU performance tests to be built into
40 the kernel.
41 Say M if you want the RCU performance tests to build as a module.
42 Say N if you are unsure.
43
44config RCU_TORTURE_TEST
45 tristate "torture tests for RCU"
46 depends on DEBUG_KERNEL
47 select TORTURE_TEST
48 select SRCU
49 select TASKS_RCU
50 select TASKS_RUDE_RCU
49 default n
50 help
51 This option provides a kernel module that runs torture tests
52 on the RCU infrastructure. The kernel module may be built
53 after the fact on the running kernel to be tested, if desired.
54
55 Say Y here if you want RCU torture tests to be built into
56 the kernel.

--- 38 unchanged lines hidden ---
51 default n
52 help
53 This option provides a kernel module that runs torture tests
54 on the RCU infrastructure. The kernel module may be built
55 after the fact on the running kernel to be tested, if desired.
56
57 Say Y here if you want RCU torture tests to be built into
58 the kernel.

--- 38 unchanged lines hidden ---