Searched refs:mPerformanceEx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePerformanceLib/
H A DDxePerformanceLib.c34 PERFORMANCE_EX_PROTOCOL *mPerformanceEx = NULL; variable
54 if (mPerformanceEx != NULL || mPerformance != NULL) {
64 mPerformanceEx = PerformanceEx;
120 if (mPerformanceEx != NULL) {
121 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
173 if (mPerformanceEx != NULL) {
174 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
254 if (mPerformanceEx != NULL) {
255 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData);
282 if (mPerformanceEx !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmPerformanceLib/
H A DSmmPerformanceLib.c33 PERFORMANCE_EX_PROTOCOL *mPerformanceEx = NULL; variable
76 if (mPerformanceEx != NULL || mPerformance != NULL) {
86 mPerformanceEx = PerformanceEx;
142 if (mPerformanceEx != NULL) {
143 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
195 if (mPerformanceEx != NULL) {
196 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
276 if (mPerformanceEx != NULL) {
277 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData);
304 if (mPerformanceEx !
[all...]

Completed in 42 milliseconds