common: ignore inconsequential data-races

This commit is contained in:
Mourad Gouicem
2023-07-27 07:36:18 -07:00
parent d94f87c9a6
commit 98f1139644

View File

@ -16,3 +16,11 @@ fun:*jit_avx_gemm_f32*
# same across all threads.
[thread]
fun:*setting_t*
# inconsequential data-race: to avoid overheads during verbose info print, we
# check a non-atomic variable before the mutex protected initialization.
[thread]
fun:*pd_info_t*init*
# Low impact: itt initializes lock inside critical region, which TSAN
# flags as data race. tracked by ittapi #94
[thread]
fun:*__itt_string_handle_create*