Lines Matching full:instrumentation
445 * all be inlinable by the instrumentation functions.
451 * since they do not access any user memory, but instrumentation is still
726 * for constant sized instrumentation (__tsan_{read,write}N). in check_access()
979 * KCSAN uses the same instrumentation that is emitted by supported compilers
982 * When enabled, the compiler emits instrumentation calls (the functions
1126 * instrumentation is inserted before the real access, a data in __tsan_func_exit()
1147 * Instrumentation for atomic builtins (__atomic_*, __sync_*).
1155 * etc.), implementing the ARCH_ATOMIC interface (to get instrumentation via
1158 * TSAN instrumentation replaces atomic accesses with calls to any of the below
1286 * In instrumented files, we emit instrumentation for barriers by mapping the
1291 * Since fsanitize=thread instrumentation handles __atomic_signal_fence(), which
1292 * are turned into calls to __tsan_atomic_signal_fence(), such instrumentation