Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
DPeiPerformanceLib.c50 OUT UINT32 **PeiPerformanceIdArray in InternalGetPerformanceHobLog() argument
58 ASSERT (PeiPerformanceIdArray != NULL); in InternalGetPerformanceHobLog()
73 *PeiPerformanceIdArray = GET_GUID_HOB_DATA (GuidHob); in InternalGetPerformanceHobLog()
84 *PeiPerformanceIdArray = BuildGuidHob (&gPerformanceExProtocolGuid, PeiPerformanceSize); in InternalGetPerformanceHobLog()
85 *PeiPerformanceIdArray = ZeroMem (*PeiPerformanceIdArray, PeiPerformanceSize); in InternalGetPerformanceHobLog()
114 IN UINT32 *PeiPerformanceIdArray, in InternalSearchForLogEntry() argument
184 UINT32 *PeiPerformanceIdArray; in StartPerformanceMeasurementEx() local
193 InternalGetPerformanceHobLog (&PeiPerformanceLog, &PeiPerformanceIdArray); in StartPerformanceMeasurementEx()
211 PeiPerformanceIdArray[Index] = Identifier; in StartPerformanceMeasurementEx()
256 UINT32 *PeiPerformanceIdArray; in EndPerformanceMeasurementEx() local
[all …]