Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
DSmmPerformanceLib.c32 PERFORMANCE_PROTOCOL *mPerformance = NULL; variable
76 if (mPerformanceEx != NULL || mPerformance != NULL) { in GetPerformanceProtocol()
96 mPerformance = Performance; in GetPerformanceProtocol()
144 } else if (mPerformance != NULL) { in StartPerformanceMeasurementEx()
145 Status = mPerformance->StartGauge (Handle, Token, Module, TimeStamp); in StartPerformanceMeasurementEx()
196 } else if (mPerformance != NULL) { in EndPerformanceMeasurementEx()
197 Status = mPerformance->EndGauge (Handle, Token, Module, TimeStamp); in EndPerformanceMeasurementEx()
277 } else if (mPerformance != NULL) { in GetPerformanceMeasurementEx()
278 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData); in GetPerformanceMeasurementEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DDxePerformanceLib.c33 PERFORMANCE_PROTOCOL *mPerformance = NULL; variable
54 if (mPerformanceEx != NULL || mPerformance != NULL) { in GetPerformanceProtocol()
74 mPerformance = Performance; in GetPerformanceProtocol()
122 } else if (mPerformance != NULL) { in StartPerformanceMeasurementEx()
123 Status = mPerformance->StartGauge (Handle, Token, Module, TimeStamp); in StartPerformanceMeasurementEx()
174 } else if (mPerformance != NULL) { in EndPerformanceMeasurementEx()
175 Status = mPerformance->EndGauge (Handle, Token, Module, TimeStamp); in EndPerformanceMeasurementEx()
255 } else if (mPerformance != NULL) { in GetPerformanceMeasurementEx()
256 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData); in GetPerformanceMeasurementEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DDxeSmmPerformanceLib.c53 PERFORMANCE_PROTOCOL *mPerformance = NULL; variable
107 if (mPerformanceEx != NULL || mPerformance != NULL) { in GetPerformanceProtocol()
127 mPerformance = Performance; in GetPerformanceProtocol()
335 } else if (mPerformance != NULL) { in GetByPerformanceProtocol()
336 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData); in GetByPerformanceProtocol()