Explorar el Código

Add new Contention entry points

Preserving the old ones while needed
Raul Silvera hace 8 años
padre
commit
7188567130
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      profile/legacy_profile.go

+ 5
- 0
profile/legacy_profile.go Ver fichero

1241
 	`(base::)?RecordLockProfileData.*`,
1241
 	`(base::)?RecordLockProfileData.*`,
1242
 	`(base::)?SubmitMutexProfileData.*`,
1242
 	`(base::)?SubmitMutexProfileData.*`,
1243
 	`(base::)?SubmitSpinLockProfileData.*`,
1243
 	`(base::)?SubmitSpinLockProfileData.*`,
1244
+	`(base::Mutex::)?AwaitCommon.*`,
1245
+	`(base::Mutex::)?Unlock.*`,
1246
+	`(base::Mutex::)?UnlockSlow.*`,
1247
+	`(base::Mutex::)?ReaderUnlock.*`,
1248
+	`(base::MutexLock::)?~MutexLock.*`,
1244
 	`(Mutex::)?AwaitCommon.*`,
1249
 	`(Mutex::)?AwaitCommon.*`,
1245
 	`(Mutex::)?Unlock.*`,
1250
 	`(Mutex::)?Unlock.*`,
1246
 	`(Mutex::)?UnlockSlow.*`,
1251
 	`(Mutex::)?UnlockSlow.*`,