Browse Source

Add new Contention entry points

Preserving the old ones while needed
Raul Silvera 8 years ago
parent
commit
7188567130
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      profile/legacy_profile.go

+ 5
- 0
profile/legacy_profile.go View File

@@ -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.*`,