Inline instrumentation
configname: CONFIG_KASAN_INLINE
Instrumentation type
└─>Inline instrumentation
In linux kernel since version 3.10 (release Date: 2013-06-30)
							Makes the compiler directly insert memory accessibility checks before
						
each memory access. Faster than KASAN_OUTLINE (gives ~x2 boost for
some workloads), but makes the kernel's .text size much bigger.
							
						
						
					each memory access. Faster than KASAN_OUTLINE (gives ~x2 boost for
some workloads), but makes the kernel's .text size much bigger.
