Home
last modified time | relevance | path

Searched defs:totalValue (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_ram_info.cpp31 uint64_t totalValue = 0; in GetGroupMapValue() local
46 uint64_t totalValue = 0; in GetValueMapValue() local
62 uint64_t totalValue = GetGroupMapValue(infos, MemoryFilter::GetInstance().CALC_TOTAL_PSS_); in GetTotalPss() local
68 uint64_t totalValue = GetGroupMapValue(infos, MemoryFilter::GetInstance().CALC_TOTAL_SWAP_PSS_); in GetTotalSwapPss() local
74 uint64_t totalValue = GetValueMapValue(infos, MemoryFilter::GetInstance().CALC_FREE_); in GetFreeInfo() local
80 uint64_t totalValue = GetValueMapValue(infos, MemoryFilter::GetInstance().CALC_KERNEL_USED_); in GetKernelUsedInfo() local
86 uint64_t totalValue = GetValueMapValue(infos, MemoryFilter::GetInstance().CALC_CACHED_); in GetCachedInfo() local
92 uint64_t totalValue = GetValueMapValue(infos, MemoryFilter::GetInstance().CALC_TOTAL_); in GetTotalRam() local
98 uint64_t totalValue = GetValueMapValue(infos, MemoryFilter::GetInstance().CALC_ZARM_TOTAL_); in GetZramTotalInfo() local
106 uint64_t totalValue = ram.totalPss + ram.kernelUsed; in GetUsedRam() local
[all …]
Dget_process_info.cpp35 uint64_t totalValue = 0; in GetProcess() local
Dget_kernel_info.cpp37 bool GetKernelInfo::GetKernel(const ValueMap &infos, uint64_t &totalValue) in GetKernel()
Dget_hardware_info.cpp120 uint64_t totalValue = 0; in CalcHardware() local
144 bool GetHardwareInfo::GetHardwareUsage(uint64_t &totalValue) in GetHardwareUsage()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_vmallocinfo.cpp33 void ParseVmallocinfo::CaclVmalloclValue(const string &str, uint64_t &totalValue) in CaclVmalloclValue()