Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/
Dparse_smaps_info.h32 bool GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &result);
33 bool ShowSmapsData(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &result,
39 …bool GetValue(const MemoryFilter::MemoryType &memType, const std::string &str, std::string &type, …
40 …bool GetSmapsValue(const MemoryFilter::MemoryType &memType, const std::string &str, std::string &t…
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_smaps_info.cpp74 bool ParseSmapsInfo::GetValue(const MemoryFilter::MemoryType &memType, const string &str, string &t… in GetValue()
76 if (memType == MemoryFilter::MemoryType::APPOINT_PID) { in GetValue()
83 bool ParseSmapsInfo::GetSmapsValue(const MemoryFilter::MemoryType &memType, const string &str, stri… in GetSmapsValue()
86 if (memType == MemoryFilter::MemoryType::APPOINT_PID) { in GetSmapsValue()
99 bool ParseSmapsInfo::GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &res… in GetInfo()
133 bool ParseSmapsInfo::ShowSmapsData(const MemoryFilter::MemoryType &memType, const int &pid, GroupMa… in ShowSmapsData()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dget_heap_info.h34 bool GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &infos);
Dmemory_filter.h36 enum MemoryType { enum
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_heap_info.cpp41 bool GetHeapInfo::GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &infos) in GetInfo()