Lines Matching +full:detector +full:- +full:enable
1 # SPDX-License-Identifier: GPL-2.0-only
24 use-after-free). The error reports for these checks can be augmented
28 For architectures which don't enable ARCH_SUPPORTS_DEBUG_PAGEALLOC,
42 bool "Enable debug page memory allocations by default?"
45 Enable debug page memory allocations by default? This value
54 memory. This can make kmalloc/kfree-intensive workloads much slower.
58 bool "Enable SLUB debugging support" if EXPERT
79 "slub_debug=-".
92 "page_owner=on" to boot parameter in order to enable it. Eats
94 for user-space helper.
116 Always enable page table checking. By default the page table checking
142 bool "Enable tracepoint to track down page reference manipulation"
154 bool "Testcase for the marking rodata read-only"
157 This option enables a testcase for the setting rodata read-only.
187 once the kernel has booted up - it's a one time check.
207 It is probably not a good idea to enable this feature in a production
216 bool "Kernel memory leak detector"
225 Say Y here if you want to enable the memory leak
226 detector. The memory allocation/freeing is traced in a way
231 allocations. See Documentation/dev-tools/kmemleak.rst for more
261 bool "Enable kmemleak auto scan thread on boot up"
276 bool "Statistics for per-vma locks"
279 Say Y here to enable success, retry and failure counters of page
280 faults handled under protection of per-vma locks. When enabled, the
282 kernel developers to evaluate effectiveness of per-vma locks and to