Browse Source

Merge pull request #47 from rauls5382/mutex

Add new Contention entry points
Raul Silvera 8 years ago
parent
commit
fd897ba6d8
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      profile/legacy_profile.go

+ 5
- 0
profile/legacy_profile.go View File

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