Lines Matching refs:DfxMap
39 #define LOG_TAG "DfxMap"
194 std::shared_ptr<DfxMap> DfxMap::Create(std::string buf, size_t size)
199 auto map = std::make_shared<DfxMap>();
207 bool DfxMap::Parse(char* buf, size_t size)
259 bool DfxMap::IsMapExec()
267 bool DfxMap::IsArkExecutable()
285 bool DfxMap::IsVdsoMap()
293 uint64_t DfxMap::GetRelPc(uint64_t pc)
301 std::string DfxMap::ToString()
315 void DfxMap::PermsToProts(const std::string perms, uint32_t& prots, uint32_t& flag)
337 const std::shared_ptr<DfxHap> DfxMap::GetHap()
345 const std::shared_ptr<DfxElf> DfxMap::GetElf(pid_t pid)
373 std::string DfxMap::GetElfName()
385 void DfxMap::FormatMapName(pid_t pid, std::string& mapName)
396 void DfxMap::UnFormatMapName(std::string& mapName)