1{
2   open_problem
3   drd:ConflictingAccess
4   fun:open64
5}
6
7{
8   read_problem
9   drd:ConflictingAccess
10   fun:read
11}
12
13{
14   write_problem
15   drd:ConflictingAccess
16   fun:write
17}
18
19{
20   pread_problem
21   drd:ConflictingAccess
22   fun:pread
23}
24
25{
26   pwrite_problem
27   drd:ConflictingAccess
28   fun:pwrite
29}
30
31{
32   fsync_problem
33   drd:ConflictingAccess
34   fun:fsync
35}
36
37{
38   lseek_problem
39   drd:ConflictingAccess
40   fun:lseek
41}
42
43{
44   close_problem
45   drd:ConflictingAccess
46   fun:close
47}
48
49{
50   centos62_open_problem
51   drd:ConflictingAccess
52   fun:open
53}
54
55{
56   centos62_pthread_clone_problem
57   drd:ConflictingAccess
58   fun:clone
59}
60{
61   EvictorSignalUnlocked
62   drd:CondRaceErr
63   fun:pthread_cond_signal@*
64   fun:_ZL16toku_cond_signalP9toku_cond
65   fun:_ZN7evictor22signal_eviction_threadEv
66}
67
68{
69   <insert_a_suppression_name_here>
70   drd:ConflictingAccess
71   ...
72   fun:_dl_runtime_resolve
73}
74{
75   <insert_a_suppression_name_here>
76   drd:ConflictingAccess
77   ...
78   fun:random
79}
80
81{
82   unsafe_touch_clock
83   drd:ConflictingAccess
84   fun:_ZL18unsafe_touch_clockP6ftnodei
85   ...
86}
87{
88   unsafe_read_single_txnid_optimization_possible
89   drd:ConflictingAccess
90   fun:_ZNK4toku8locktree46unsafe_read_single_txnid_optimization_possibleEv
91}
92{
93   unsafe_read_size_current
94   drd:ConflictingAccess
95   fun:_ZNK7evictor24unsafe_read_size_currentEv
96}
97{
98   signal_ev_thread_without_holding_mutex_for_condition
99   drd:CondRaceErr
100   fun:pthread_cond_signal@*
101   fun:_ZN7evictor22signal_eviction_threadEv
102}
103{
104   locktree_single_txn_optimization_unsafe_read_txn_is_valid
105   drd:ConflictingAccess
106   fun:_ZNK4toku8locktree25sto_txnid_is_valid_unsafeEv
107}
108