|
@@ -1241,6 +1241,11 @@ var lockRxStr = strings.Join([]string{
|
1241
|
1241
|
`(base::)?RecordLockProfileData.*`,
|
1242
|
1242
|
`(base::)?SubmitMutexProfileData.*`,
|
1243
|
1243
|
`(base::)?SubmitSpinLockProfileData.*`,
|
|
1244
|
+ `(base::Mutex::)?AwaitCommon.*`,
|
|
1245
|
+ `(base::Mutex::)?Unlock.*`,
|
|
1246
|
+ `(base::Mutex::)?UnlockSlow.*`,
|
|
1247
|
+ `(base::Mutex::)?ReaderUnlock.*`,
|
|
1248
|
+ `(base::MutexLock::)?~MutexLock.*`,
|
1244
|
1249
|
`(Mutex::)?AwaitCommon.*`,
|
1245
|
1250
|
`(Mutex::)?Unlock.*`,
|
1246
|
1251
|
`(Mutex::)?UnlockSlow.*`,
|