Home
last modified time | relevance | path

Searched refs:StartGaugeEx (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DDxeCorePerformanceLib.c58 StartGaugeEx,
149 StartGaugeEx ( in StartGaugeEx() function
346 return StartGaugeEx (Handle, Token, Module, TimeStamp, 0); in StartGauge()
570 return (RETURN_STATUS) StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier); in StartPerformanceMeasurementEx()
DDxeCorePerformanceLibInternal.h66 StartGaugeEx (
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
DSmmCorePerformanceLibInternal.h69 StartGaugeEx (
DSmmCorePerformanceLib.c67 StartGaugeEx,
158 StartGaugeEx ( in StartGaugeEx() function
365 return StartGaugeEx (Handle, Token, Module, TimeStamp, 0); in StartGauge()
822 return (RETURN_STATUS) StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier); in StartPerformanceMeasurementEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DPerformance.h348 PERFORMANCE_START_GAUGE_EX StartGaugeEx; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DDxePerformanceLib.c121 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier); in StartPerformanceMeasurementEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
DSmmPerformanceLib.c143 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier); in StartPerformanceMeasurementEx()