Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_filter.h83 std::vector<std::string> CALC_TOTAL_SWAP_PSS_ = {"SwapPss"}; variable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_ram_info.cpp68 uint64_t totalValue = GetGroupMapValue(infos, MemoryFilter::GetInstance().CALC_TOTAL_SWAP_PSS_); in GetTotalSwapPss()