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
 	`(base::)?RecordLockProfileData.*`,
1183
 	`(base::)?RecordLockProfileData.*`,
1184
 	`(base::)?SubmitMutexProfileData.*`,
1184
 	`(base::)?SubmitMutexProfileData.*`,
1185
 	`(base::)?SubmitSpinLockProfileData.*`,
1185
 	`(base::)?SubmitSpinLockProfileData.*`,
1186
+	`(base::Mutex::)?AwaitCommon.*`,
1187
+	`(base::Mutex::)?Unlock.*`,
1188
+	`(base::Mutex::)?UnlockSlow.*`,
1189
+	`(base::Mutex::)?ReaderUnlock.*`,
1190
+	`(base::MutexLock::)?~MutexLock.*`,
1186
 	`(Mutex::)?AwaitCommon.*`,
1191
 	`(Mutex::)?AwaitCommon.*`,
1187
 	`(Mutex::)?Unlock.*`,
1192
 	`(Mutex::)?Unlock.*`,
1188
 	`(Mutex::)?UnlockSlow.*`,
1193
 	`(Mutex::)?UnlockSlow.*`,