Searched refs:LogHob (Results 1 – 3 of 3) sorted by relevance
816 EFI_HOB_GUID_DATA_PERFORMANCE_LOG *LogHob; in GetPeiPerformance() local830 LogHob = NULL; in GetPeiPerformance()843 Status = GetNextGuidHob (&HobList, &gEfiPeiPerformanceHobGuid, (VOID **) &LogHob, NULL); in GetPeiPerformance()844 if (EFI_ERROR (Status) || (LogHob == NULL)) { in GetPeiPerformance()851 for (Index = 0; Index < LogHob->NumberOfEntries; Index++) { in GetPeiPerformance()852 LogEntry = &(LogHob->Log[Index]); in GetPeiPerformance()
445 PEI_PERFORMANCE_LOG_HEADER *LogHob; in InternalGetPeiPerformance() local460 LogHob = GET_GUID_HOB_DATA (GuidHob); in InternalGetPeiPerformance()461 LogEntryArray = (PEI_PERFORMANCE_LOG_ENTRY *) (LogHob + 1); in InternalGetPeiPerformance()463 NumberOfEntries = LogHob->NumberOfEntries; in InternalGetPeiPerformance()
461 EFI_HOB_GUID_DATA_PERFORMANCE_LOG *LogHob; in GetPeiPerformance() local489 LogHob = (EFI_HOB_GUID_DATA_PERFORMANCE_LOG *)GET_GUID_HOB_DATA (GuidHob); in GetPeiPerformance()491 for (Index = 0; Index < LogHob->NumberOfEntries; Index++) { in GetPeiPerformance()492 LogEntry = &(LogHob->Log[Index]); in GetPeiPerformance()