瀏覽代碼

Merge pull request #47 from rauls5382/mutex

Add new Contention entry points
Raul Silvera 8 年之前
父節點
當前提交
fd897ba6d8
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      profile/legacy_profile.go

+ 5
- 0
profile/legacy_profile.go 查看文件

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