mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
SERVER-14536 Helgrind suppressions for race-prone counters.cpp code
Closes #718 Signed-off-by: Benety Goh <benety@mongodb.com>
This commit is contained in:
parent
3038384e3c
commit
21fe1dde94
@ -12,3 +12,45 @@
|
||||
obj:/lib64/libpthread-2.14.90.so
|
||||
fun:_ZN5mongo7LogFile17synchronousAppendEPKvm
|
||||
}
|
||||
{
|
||||
NetworkCounter-hit-method-is-race-prone-by-design
|
||||
Helgrind:Race
|
||||
fun:_ZN5mongo14NetworkCounter3hitExx
|
||||
...
|
||||
}
|
||||
{
|
||||
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotCommand
|
||||
Helgrind:Race
|
||||
fun:_ZN5mongo10OpCounters10gotCommandEv
|
||||
...
|
||||
}
|
||||
{
|
||||
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotDelete
|
||||
Helgrind:Race
|
||||
fun:_ZN5mongo10OpCounters9gotDeleteEv
|
||||
...
|
||||
}
|
||||
{
|
||||
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotGetMore
|
||||
Helgrind:Race
|
||||
fun:_ZN5mongo10OpCounters10gotGetMoreEv
|
||||
...
|
||||
}
|
||||
{
|
||||
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotInsert
|
||||
Helgrind:Race
|
||||
fun:_ZN5mongo10OpCounters9gotInsertEv
|
||||
...
|
||||
}
|
||||
{
|
||||
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotQuery
|
||||
Helgrind:Race
|
||||
fun:_ZN5mongo10OpCounters8gotQueryEv
|
||||
...
|
||||
}
|
||||
{
|
||||
OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotUpdate
|
||||
Helgrind:Race
|
||||
fun:_ZN5mongo10OpCounters9gotUpdateEv
|
||||
...
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user