Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/
Dparse_smaps_info.h31 bool GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &result);
36 …bool GetValue(const MemoryFilter::MemoryType &memType, const std::string &str, std::string &type, …
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_smaps_info.cpp72 bool ParseSmapsInfo::GetValue(const MemoryFilter::MemoryType &memType, const string &str, string &t… in GetValue()
74 if (memType == MemoryFilter::MemoryType::APPOINT_PID) { in GetValue()
88 bool ParseSmapsInfo::GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &res… in GetInfo()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_filter.h36 enum MemoryType { enum