Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c68 BOOLEAN mMemoryProfileRecordingEnable = MEMORY_PROFILE_RECORDING_DISABLE; variable
639 mMemoryProfileRecordingEnable = MEMORY_PROFILE_RECORDING_DISABLE; in MemoryProfileInit()
641 mMemoryProfileRecordingEnable = MEMORY_PROFILE_RECORDING_ENABLE; in MemoryProfileInit()
1387 if (!mMemoryProfileRecordingEnable) { in CoreUpdateProfile()
1724 *RecordingState = mMemoryProfileRecordingEnable; in ProfileProtocolGetRecordingState()
1752 mMemoryProfileRecordingEnable = RecordingState; in ProfileProtocolSetRecordingState()