Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/
Daddress_mapper.cc18 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()
Daddress_mapper.h42 bool MapWithID(const uint64_t real_addr,
Dperf_parser.cc514 if (!mapper->MapWithID(start, len, id, pgoff, true)) { in MapMmapEvent()