HomeSort by relevance Sort by last modified time
    Searched refs:StartGaugeEx (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLibInternal.h 66 StartGaugeEx (
207 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL,
DxeCorePerformanceLib.c 59 StartGaugeEx,
149 StartGaugeEx (
346 return StartGaugeEx (Handle, Token, Module, TimeStamp, 0);
387 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL,
572 return (RETURN_STATUS) StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
SmmCorePerformanceLibInternal.h 69 StartGaugeEx (
210 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL,
SmmCorePerformanceLib.c 67 StartGaugeEx,
157 StartGaugeEx (
364 return StartGaugeEx (Handle, Token, Module, TimeStamp, 0);
405 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL,
821 return (RETURN_STATUS) StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
Performance.h 223 It can also retrieve the log created by StartGaugeEx and EndGaugeEx of PERFORMANCE_EX_PROTOCOL,
348 PERFORMANCE_START_GAUGE_EX StartGaugeEx;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DxePerformanceLib.c 121 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
SmmPerformanceLib.c 143 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);

Completed in 69 milliseconds