Lines Matching refs:DfxMap
195 std::shared_ptr<DfxMap> DfxMap::Create(std::string buf, size_t size) in Create()
200 auto map = std::make_shared<DfxMap>(); in Create()
208 bool DfxMap::Parse(char* buf, size_t size) in Parse()
258 bool DfxMap::IsMapExec() in IsMapExec()
266 bool DfxMap::IsArkExecutable() in IsArkExecutable()
284 bool DfxMap::IsVdsoMap() in IsVdsoMap()
292 uint64_t DfxMap::GetRelPc(uint64_t pc) in GetRelPc()
300 std::string DfxMap::ToString() in ToString()
311 void DfxMap::PermsToProts(const std::string perms, uint32_t& prots, uint32_t& flag) in PermsToProts()
333 const std::shared_ptr<DfxHap> DfxMap::GetHap() in GetHap()
341 const std::shared_ptr<DfxElf> DfxMap::GetElf(pid_t pid) in GetElf()
369 std::string DfxMap::GetElfName() in GetElfName()