Lines Matching full:instrumentation
53 Software KASAN modes use compile-time instrumentation to insert validity checks
93 ``CONFIG_KASAN_INLINE``. Outline and inline are compiler instrumentation types.
308 safe to access and use compile-time instrumentation to insert shadow memory
326 Compile-time instrumentation is used to insert memory access checks. Compiler
331 With inline instrumentation, instead of making function calls, the compiler
354 Software Tag-Based KASAN uses compile-time instrumentation to insert checks
360 Software Tag-Based KASAN also has two instrumentation modes (outline, which
362 memory checks inline). With outline instrumentation mode, a bug report is
364 instrumentation, a ``brk`` instruction is emitted by the compiler, and a
375 hardware memory tagging support instead of compiler instrumentation and
470 Software KASAN modes use compiler instrumentation to insert validity checks.
471 Such instrumentation might be incompatible with some parts of the kernel, and
478 For software KASAN modes, to disable instrumentation for a specific file or
490 For software KASAN modes, to disable instrumentation on a per-function basis,
494 Note that disabling compiler instrumentation (either on a per-file or a
498 Tag-Based KASAN, which does not use compiler instrumentation.