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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiPerformanceLib/
H A DPeiPerformanceLib.c41 @param PeiPerformanceLog Pointer to Pointer to PEI performance log header.
47 OUT PEI_PERFORMANCE_LOG_HEADER **PeiPerformanceLog,
54 ASSERT (PeiPerformanceLog != NULL);
63 *PeiPerformanceLog = GET_GUID_HOB_DATA (GuidHob);
74 *PeiPerformanceLog = BuildGuidHob (&gPerformanceProtocolGuid, PeiPerformanceSize);
75 *PeiPerformanceLog = ZeroMem (*PeiPerformanceLog, PeiPerformanceSize);
91 @param PeiPerformanceLog Pointer to the data structure containing PEI
107 IN PEI_PERFORMANCE_LOG_HEADER *PeiPerformanceLog,
126 NumberOfEntries = PeiPerformanceLog
46 InternalGetPerformanceHobLog( OUT PEI_PERFORMANCE_LOG_HEADER **PeiPerformanceLog, OUT UINT32 **PeiPerformanceIdArray ) argument
106 InternalSearchForLogEntry( IN PEI_PERFORMANCE_LOG_HEADER *PeiPerformanceLog, IN UINT32 *PeiPerformanceIdArray, IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT32 Identifier ) argument
174 PEI_PERFORMANCE_LOG_HEADER *PeiPerformanceLog; local
241 PEI_PERFORMANCE_LOG_HEADER *PeiPerformanceLog; local
314 PEI_PERFORMANCE_LOG_HEADER *PeiPerformanceLog; local
[all...]

Completed in 352 milliseconds