Lines Matching refs:instrumentation
50 Software KASAN modes use compile-time instrumentation to insert validity checks
90 ``CONFIG_KASAN_INLINE``. Outline and inline are compiler instrumentation types.
284 safe to access and use compile-time instrumentation to insert shadow memory
302 Compile-time instrumentation is used to insert memory access checks. Compiler
307 With inline instrumentation, instead of making function calls, the compiler
330 Software Tag-Based KASAN uses compile-time instrumentation to insert checks
336 Software Tag-Based KASAN also has two instrumentation modes (outline, which
338 memory checks inline). With outline instrumentation mode, a bug report is
340 instrumentation, a ``brk`` instruction is emitted by the compiler, and a
351 hardware memory tagging support instead of compiler instrumentation and
446 Software KASAN modes use compiler instrumentation to insert validity checks.
447 Such instrumentation might be incompatible with some parts of the kernel, and
454 For software KASAN modes, to disable instrumentation for a specific file or
466 For software KASAN modes, to disable instrumentation on a per-function basis,
470 Note that disabling compiler instrumentation (either on a per-file or a
474 Tag-Based KASAN, which does not use compiler instrumentation.