Searched refs:mPerformanceEx (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/ |
D | DxePerformanceLib.c | 34 PERFORMANCE_EX_PROTOCOL *mPerformanceEx = NULL; variable 54 if (mPerformanceEx != NULL || mPerformance != NULL) { in GetPerformanceProtocol() 64 mPerformanceEx = PerformanceEx; in GetPerformanceProtocol() 120 if (mPerformanceEx != NULL) { in StartPerformanceMeasurementEx() 121 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier); in StartPerformanceMeasurementEx() 172 if (mPerformanceEx != NULL) { in EndPerformanceMeasurementEx() 173 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier); in EndPerformanceMeasurementEx() 253 if (mPerformanceEx != NULL) { in GetPerformanceMeasurementEx() 254 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData); in GetPerformanceMeasurementEx() 281 if (mPerformanceEx != NULL) { in GetPerformanceMeasurementEx()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/ |
D | SmmPerformanceLib.c | 33 PERFORMANCE_EX_PROTOCOL *mPerformanceEx = NULL; variable 76 if (mPerformanceEx != NULL || mPerformance != NULL) { in GetPerformanceProtocol() 86 mPerformanceEx = PerformanceEx; in GetPerformanceProtocol() 142 if (mPerformanceEx != NULL) { in StartPerformanceMeasurementEx() 143 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier); in StartPerformanceMeasurementEx() 194 if (mPerformanceEx != NULL) { in EndPerformanceMeasurementEx() 195 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier); in EndPerformanceMeasurementEx() 275 if (mPerformanceEx != NULL) { in GetPerformanceMeasurementEx() 276 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData); in GetPerformanceMeasurementEx() 303 if (mPerformanceEx != NULL) { in GetPerformanceMeasurementEx()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/ |
D | DxeSmmPerformanceLib.c | 54 PERFORMANCE_EX_PROTOCOL *mPerformanceEx = NULL; variable 107 if (mPerformanceEx != NULL || mPerformance != NULL) { in GetPerformanceProtocol() 117 mPerformanceEx = PerformanceEx; in GetPerformanceProtocol() 333 if (mPerformanceEx != NULL) { in GetByPerformanceProtocol() 334 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData); in GetByPerformanceProtocol() 361 if (mPerformanceEx != NULL) { in GetByPerformanceProtocol()
|