Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Daddress_mapper.cc26 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()
Daddress_mapper.h44 bool MapWithID(const uint64_t real_addr, const uint64_t size,
Daddress_mapper_test.cc85 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()
Dperf_parser.cc657 if (!mapper->MapWithID(start, len, id, pgoff, true)) { in MapMmapEvent()