Index: tools/valgrind/tsan/ignores.txt |
=================================================================== |
--- tools/valgrind/tsan/ignores.txt (revision 117420) |
+++ tools/valgrind/tsan/ignores.txt (working copy) |
@@ -60,6 +60,9 @@ |
# Don't instrument code dealing with atomics (base::subtle) |
fun:*base*subtle*Release_Store* |
+fun:*base*subtle*NoBarrier_Store* |
+fun:*base*subtle*Acquire_Load* |
+fun:*base*subtle*NoBarrier_Load* |
jbates
2012/02/17 23:29:52
Looks like my trace_event code will need this.. ho
dvyukov
2012/02/21 15:18:04
Yes, we already see the reports:
http://build.chro
|
fun:*base*subtle*NoBarrier_CompareAndSwap* |
# Keep some mangling so we don't match NoBarrier_AtomicIncrement |
fun:*base*subtle23Barrier_AtomicIncrement* |