Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h39 UINT64 CurrentTotalUsageByType[EfiMaxMemoryType + 2]; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1222 Context->CurrentTotalUsageByType[ProfileMemoryIndex] += Size; in SmmCoreUpdateProfileAllocate()
1223 …if (Context->PeakTotalUsageByType[ProfileMemoryIndex] < Context->CurrentTotalUsageByType[ProfileMe… in SmmCoreUpdateProfileAllocate()
1224 …Context->PeakTotalUsageByType[ProfileMemoryIndex] = Context->CurrentTotalUsageByType[ProfileMemory… in SmmCoreUpdateProfileAllocate()
1424 Context->CurrentTotalUsageByType[ProfileMemoryIndex] -= AllocInfo->Size; in SmmCoreUpdateProfileFree()
2762 …ypeIndex = 0; TypeIndex < sizeof (Context->CurrentTotalUsageByType) / sizeof (Context->CurrentTota… in DumpSmramProfile()
2763 if ((Context->CurrentTotalUsageByType[TypeIndex] != 0) || in DumpSmramProfile()
2765 …rrentTotalUsage[0x%02x] - 0x%016lx (%a)\n", TypeIndex, Context->CurrentTotalUsageByType[TypeIndex… in DumpSmramProfile()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c507 …ypeIndex = 0; TypeIndex < sizeof (Context->CurrentTotalUsageByType) / sizeof (Context->CurrentTota… in DumpMemoryProfileContext()
508 if ((Context->CurrentTotalUsageByType[TypeIndex] != 0) || in DumpMemoryProfileContext()
510 …TotalUsage[0x%02x] - 0x%016lx (%a)\n", TypeIndex, Context->CurrentTotalUsageByType[TypeIndex… in DumpMemoryProfileContext()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c1103 Context->CurrentTotalUsageByType[ProfileMemoryIndex] += Size; in CoreUpdateProfileAllocate()
1104 …if (Context->PeakTotalUsageByType[ProfileMemoryIndex] < Context->CurrentTotalUsageByType[ProfileMe… in CoreUpdateProfileAllocate()
1105 …Context->PeakTotalUsageByType[ProfileMemoryIndex] = Context->CurrentTotalUsageByType[ProfileMemory… in CoreUpdateProfileAllocate()
1304 Context->CurrentTotalUsageByType[ProfileMemoryIndex] -= AllocInfo->Size; in CoreUpdateProfileFree()