|
@@ -1183,6 +1183,11 @@ var lockRxStr = strings.Join([]string{
|
1183
|
1183
|
`(base::)?RecordLockProfileData.*`,
|
1184
|
1184
|
`(base::)?SubmitMutexProfileData.*`,
|
1185
|
1185
|
`(base::)?SubmitSpinLockProfileData.*`,
|
|
1186
|
+ `(base::Mutex::)?AwaitCommon.*`,
|
|
1187
|
+ `(base::Mutex::)?Unlock.*`,
|
|
1188
|
+ `(base::Mutex::)?UnlockSlow.*`,
|
|
1189
|
+ `(base::Mutex::)?ReaderUnlock.*`,
|
|
1190
|
+ `(base::MutexLock::)?~MutexLock.*`,
|
1186
|
1191
|
`(Mutex::)?AwaitCommon.*`,
|
1187
|
1192
|
`(Mutex::)?Unlock.*`,
|
1188
|
1193
|
`(Mutex::)?UnlockSlow.*`,
|