Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
DPeiPerformanceLib.c55 UINT16 PeiPerformanceLogEntries; in InternalGetPerformanceHobLog() local
60 PeiPerformanceLogEntries = (UINT16) (PcdGet16 (PcdMaxPeiPerformanceLogEntries16) != 0 ? in InternalGetPerformanceHobLog()
79 sizeof (PEI_PERFORMANCE_LOG_ENTRY) * PeiPerformanceLogEntries; in InternalGetPerformanceHobLog()
83 PeiPerformanceSize = sizeof (UINT32) * PeiPerformanceLogEntries; in InternalGetPerformanceHobLog()
187 UINT16 PeiPerformanceLogEntries; in StartPerformanceMeasurementEx() local
189 PeiPerformanceLogEntries = (UINT16) (PcdGet16 (PcdMaxPeiPerformanceLogEntries16) != 0 ? in StartPerformanceMeasurementEx()
195 if (PeiPerformanceLog->NumberOfEntries >= PeiPerformanceLogEntries) { in StartPerformanceMeasurementEx()