Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h139 bool GetKernelUsage(const ValueMap &infos, StringMatrix result);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp298 bool MemoryInfo::GetKernelUsage(const ValueMap &infos, StringMatrix result) in GetKernelUsage() function in OHOS::HiviewDFX::MemoryInfo
557 bool kernelSuccess = GetKernelUsage(meminfos, result); in GetRamCategory()