Searched refs:MapWithID (Results 1 – 3 of 3) sorted by relevance
/system/extras/perfprofd/quipper/ |
D | address_mapper.cc | 18 return MapWithID(real_addr, size, kuint64max, 0, remove_existing_mappings); in Map() 21 bool AddressMapper::MapWithID(const uint64_t real_addr, in MapWithID() function in quipper::AddressMapper 82 CHECK(MapWithID(old_range.real_addr, in MapWithID() 89 CHECK(MapWithID(range.real_addr, range.size, id, offset_base, false)); in MapWithID() 92 CHECK(MapWithID(range.real_addr + range.size, in MapWithID()
|
D | address_mapper.h | 42 bool MapWithID(const uint64_t real_addr,
|
D | perf_parser.cc | 514 if (!mapper->MapWithID(start, len, id, pgoff, true)) { in MapMmapEvent()
|