Component Type: kbuild config
Description: Outline instrumentation
More info: Before every memory access compiler insert function call __asan_load*/__asan_store*. These functions performs check of shadow memory. This is slower than inline instrumentation, however it doesn't bloat size of kernel's .text section so much as inline does.
Build project: Kconfig (Linux kconfig) (Path: Kconfig )
Other views: file explorer