Searched refs:MapWithID (Results 1 – 4 of 4) sorted by relevance
/external/perf_data_converter/src/quipper/ |
D | address_mapper.cc | 26 bool AddressMapper::MapWithID(const uint64_t real_addr, const uint64_t size, in MapWithID() function in quipper::AddressMapper 104 if (!MapWithID(old_range.real_addr, gap_before, old_range.id, in MapWithID() 113 if (!MapWithID(range.real_addr, range.size, id, offset_base, false)) { in MapWithID() 120 if (!MapWithID(range.real_addr + range.size, gap_after, old_range.id, in MapWithID()
|
D | address_mapper.h | 44 bool MapWithID(const uint64_t real_addr, const uint64_t size,
|
D | address_mapper_test.cc | 85 return mapper_->MapWithID(range.addr, range.size, range.id, in MapRange() 191 ASSERT_TRUE(mapper_->MapWithID(range.addr, range.size, range.id, 0, false)); in TEST_F()
|
D | perf_parser.cc | 657 if (!mapper->MapWithID(start, len, id, pgoff, true)) { in MapMmapEvent()
|