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

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

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
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# RCU-related debugging configuration options
4#
5
6menu "RCU Debugging"
7
8config PROVE_RCU

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

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
33 select TASKS_TRACE_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
34 default n
35 help
36 This option provides a kernel module that runs performance
37 tests on the RCU infrastructure. The kernel module may be built
38 after the fact on the running kernel to be tested, if desired.
39
40 Say Y here if you want RCU performance tests to be built into
41 the kernel.
42 Say M if you want the RCU performance tests to build as a module.
43 Say N if you are unsure.
44
45config RCU_TORTURE_TEST
46 tristate "torture tests for RCU"
47 depends on DEBUG_KERNEL
48 select TORTURE_TEST
49 select SRCU
50 select TASKS_RCU
51 select TASKS_RUDE_RCU
52 select TASKS_TRACE_RCU
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 ---
53 default n
54 help
55 This option provides a kernel module that runs torture tests
56 on the RCU infrastructure. The kernel module may be built
57 after the fact on the running kernel to be tested, if desired.
58
59 Say Y here if you want RCU torture tests to be built into
60 the kernel.

--- 38 unchanged lines hidden ---