Searched refs:PeiPerformanceLogEntries (Results 1 – 1 of 1) sorted by relevance
55 UINT16 PeiPerformanceLogEntries; in InternalGetPerformanceHobLog() local60 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() local189 PeiPerformanceLogEntries = (UINT16) (PcdGet16 (PcdMaxPeiPerformanceLogEntries16) != 0 ? in StartPerformanceMeasurementEx()195 if (PeiPerformanceLog->NumberOfEntries >= PeiPerformanceLogEntries) { in StartPerformanceMeasurementEx()