Lines Matching full:instrumentation
19 Disables both inline and stack instrumentation. Selected by
20 architectures that do not support these instrumentation types.
130 prompt "Instrumentation type"
135 bool "Outline instrumentation"
142 bool "Inline instrumentation"
152 bool "Stack instrumentation (unsafe)" if CC_IS_CLANG && !COMPILE_TEST
157 Disables stack instrumentation and thus KASAN's ability to detect
160 With Clang, stack instrumentation has a problem that causes excessive
167 With GCC, enabling stack instrumentation is assumed to be safe.
169 If the architecture disables inline instrumentation via
170 ARCH_DISABLE_KASAN_INLINE, stack instrumentation gets disabled
171 as well, as it adds inline-style instrumentation that is run