Searched refs:EndGaugeEx (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCorePerformanceLib/ |
H A D | DxeCorePerformanceLibInternal.h | 102 EndGaugeEx ( 207 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL,
|
H A D | DxeCorePerformanceLib.c | 59 EndGaugeEx, 237 EndGaugeEx ( function 378 return EndGaugeEx (Handle, Token, Module, TimeStamp, 0); 383 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL, 605 return (RETURN_STATUS) EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmCorePerformanceLib/ |
H A D | SmmCorePerformanceLibInternal.h | 105 EndGaugeEx ( 210 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL,
|
H A D | SmmCorePerformanceLib.c | 64 EndGaugeEx, 246 EndGaugeEx ( function 392 return EndGaugeEx (Handle, Token, Module, TimeStamp, 0); 397 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL, 848 return (RETURN_STATUS) EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/ |
H A D | Performance.h | 222 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL, 348 PERFORMANCE_END_GAUGE_EX EndGaugeEx; member in struct:_PERFORMANCE_EX_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePerformanceLib/ |
H A D | DxePerformanceLib.c | 174 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmPerformanceLib/ |
H A D | SmmPerformanceLib.c | 196 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
|
Completed in 766 milliseconds