Home
last modified time | relevance | path

Searched refs:mPerformanceEx (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
DSmmPerformanceLib.c33 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/DxePerformanceLib/
DDxePerformanceLib.c34 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/DxeSmmPerformanceLib/
DDxeSmmPerformanceLib.c54 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()