Home
last modified time | relevance | path

Searched refs:PerformanceEx (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DDxePerformanceLib.uni5 // data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib
6 // to log performance data. If both PerformanceEx and Performance Protocol are not available,
24 …ata. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib to log p…
DDxePerformanceLib.c52 PERFORMANCE_EX_PROTOCOL *PerformanceEx; in GetPerformanceProtocol() local
58 Status = gBS->LocateProtocol (&gPerformanceExProtocolGuid, NULL, (VOID **) &PerformanceEx); in GetPerformanceProtocol()
60 ASSERT (PerformanceEx != NULL); in GetPerformanceProtocol()
64 mPerformanceEx = PerformanceEx; in GetPerformanceProtocol()
DDxePerformanceLib.inf5 # data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib
6 # to log performance data. If both PerformanceEx and Performance Protocol are not available,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
DSmmPerformanceLib.uni5 // data. It consumes SMM PerformanceEx or Performance Protocol published by SmmCorePerformanceLib
6 // to log performance data. If both SMM PerformanceEx and Performance Protocol are not available,
24 …t consumes SMM PerformanceEx or Performance Protocol published by SmmCorePerformanceLib to log per…
DSmmPerformanceLib.c74 PERFORMANCE_EX_PROTOCOL *PerformanceEx; in GetPerformanceProtocol() local
80 …Status = gSmst->SmmLocateProtocol (&gSmmPerformanceExProtocolGuid, NULL, (VOID **) &PerformanceEx); in GetPerformanceProtocol()
82 ASSERT (PerformanceEx != NULL); in GetPerformanceProtocol()
86 mPerformanceEx = PerformanceEx; in GetPerformanceProtocol()
DSmmPerformanceLib.inf5 # data. It consumes SMM PerformanceEx or Performance Protocol published by SmmCorePerformanceLib
6 # to log performance data. If both SMM PerformanceEx and Performance Protocol are not available,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
DSmmCorePerformanceLib.uni6 // It initializes SMM phase performance logging by publishing the SMM Performance and PerformanceEx
9 // SMM Performance and PerformanceEx Protocol are installed at the very beginning of SMM phase.
26PerformanceEx Protocol, which is consumed by SmmPerformanceLib to logging performance data in the …
DSmmCorePerformanceLib.inf6 # It initializes SMM phase performance logging by publishing the SMM Performance and PerformanceEx
9 # SMM Performance and PerformanceEx Protocol are installed at the very beginning of SMM phase.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DDxeCorePerformanceLib.uni7 // It initializes DXE phase performance logging by publishing the Performance and PerformanceEx Pro…
10 // Performance and PerformanceEx Protocol are installed at the very beginning of DXE phase.
27PerformanceEx Protocol, which is consumed by DxePerformanceLib to logging performance data in DXE …
DDxeCorePerformanceLib.inf7 # It initializes DXE phase performance logging by publishing the Performance and PerformanceEx Pro…
10 # Performance and PerformanceEx Protocol are installed at the very beginning of DXE phase.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DDxeSmmPerformanceLib.c105 PERFORMANCE_EX_PROTOCOL *PerformanceEx; in GetPerformanceProtocol() local
111 Status = gBS->LocateProtocol (&gPerformanceExProtocolGuid, NULL, (VOID **) &PerformanceEx); in GetPerformanceProtocol()
113 ASSERT (PerformanceEx != NULL); in GetPerformanceProtocol()
117 mPerformanceEx = PerformanceEx; in GetPerformanceProtocol()