summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan/ignores_mac.txt
blob: ece86a871c9b6dbd5c1ef632de54291a9d4f7eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file lists the functions, object files and source files
# which should be ignored (i.e. not instrumented) by ThreadSanitizer on Mac OS.
# At the moment the Chromium binaries' debug info is not available to
# ThreadSanitizer, so we have to define fun:* rules for Mac OS complementing
# the src:* rules defined for Linux.

# Don't instrument code dealing with atomics (base::subtle)
fun:*base*subtle*NoBarrier_Load*
fun:*base*subtle*Release_Store*

# we ignore the Security libraries for now since
# their instrumentation is very slow.
# TODO(timurrrr): investigate whether we need to instrument them
obj:*/Security*
obj:*/libcrypto*