Lines Matching full:instrumentation
9 values. It is based on compiler instrumentation, and is quite similar to the
81 Disabling the instrumentation
118 ways to disable instrumentation, where possible.
124 the only compiler that has KMSAN support. The kernel instrumentation pass is
142 instrumentation code inserted by the compiler (unless it is a stack variable
146 Compiler instrumentation also tracks the shadow values as they are used along
147 the code. When needed, instrumentation code invokes the runtime library in
227 Clang instrumentation API
230 Clang instrumentation pass inserts calls to functions defined in
289 Clang's MemorySanitizer instrumentation has an option,
323 Inline assembly instrumentation