Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/
Daddress_mapper.h49 bool GetMappedAddress(const uint64_t real_addr, uint64_t* mapped_addr) const;
Dperf_parser.cc420 bool mapped = mapper->GetMappedAddress(ip, &mapped_addr); in MapIPAndPidAndGetNameAndOffset()
423 mapped = mapper->GetMappedAddress(ip, &mapped_addr); in MapIPAndPidAndGetNameAndOffset()
521 CHECK(mapper->GetMappedAddress(start, &mapped_addr)); in MapMmapEvent()
Daddress_mapper.cc153 bool AddressMapper::GetMappedAddress(const uint64_t real_addr, in GetMappedAddress() function in quipper::AddressMapper