Inline instrumentation
configname: CONFIG_KASAN_INLINE
Instrumentation type
└─>Inline instrumentation
In linux kernel since version 3.10 (release Date: 2013-06-30)
Compiler directly inserts code checking shadow memory before
memory accesses. This is faster than outline (in some workloads
it gives about x2 boost over outline instrumentation), but
make kernel's .text size much bigger.
memory accesses. This is faster than outline (in some workloads
it gives about x2 boost over outline instrumentation), but
make kernel's .text size much bigger.