Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
DPeiPerformanceLib.c79 sizeof (PEI_PERFORMANCE_LOG_ENTRY) * PeiPerformanceLogEntries; in InternalGetPerformanceHobLog()
124 PEI_PERFORMANCE_LOG_ENTRY *LogEntryArray; in InternalSearchForLogEntry()
134 LogEntryArray = (PEI_PERFORMANCE_LOG_ENTRY *) (PeiPerformanceLog + 1); in InternalSearchForLogEntry()
185 PEI_PERFORMANCE_LOG_ENTRY *LogEntryArray; in StartPerformanceMeasurementEx()
200 LogEntryArray = (PEI_PERFORMANCE_LOG_ENTRY *) (PeiPerformanceLog + 1); in StartPerformanceMeasurementEx()
257 PEI_PERFORMANCE_LOG_ENTRY *LogEntryArray; in EndPerformanceMeasurementEx()
269 LogEntryArray = (PEI_PERFORMANCE_LOG_ENTRY *) (PeiPerformanceLog + 1); in EndPerformanceMeasurementEx()
330 PEI_PERFORMANCE_LOG_ENTRY *CurrentLogEntry; in GetPerformanceMeasurementEx()
331 PEI_PERFORMANCE_LOG_ENTRY *LogEntryArray; in GetPerformanceMeasurementEx()
344 LogEntryArray = (PEI_PERFORMANCE_LOG_ENTRY *) (PeiPerformanceLog + 1); in GetPerformanceMeasurementEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DPerformance.h33 } PEI_PERFORMANCE_LOG_ENTRY; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DDxeCorePerformanceLib.c446 PEI_PERFORMANCE_LOG_ENTRY *LogEntryArray; in InternalGetPeiPerformance()
461 LogEntryArray = (PEI_PERFORMANCE_LOG_ENTRY *) (LogHob + 1); in InternalGetPeiPerformance()