Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Daddress_mapper_test.cc104 EXPECT_TRUE(mapper_->GetMappedAddressAndListIterator(addr, &mapped_addr, in TestMappedRange()
117 EXPECT_TRUE(mapper_->GetMappedAddressAndListIterator( in TestMappedRange()
136 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator(range.addr - 1, in TEST_F()
138 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator(range.addr - 0x100, in TEST_F()
140 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator( in TEST_F()
142 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator( in TEST_F()
169 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator(range.addr - 1, in TEST_F()
171 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator(range.addr - 0x100, in TEST_F()
173 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator( in TEST_F()
175 EXPECT_FALSE(mapper_->GetMappedAddressAndListIterator( in TEST_F()
[all …]
Daddress_mapper.h50 bool GetMappedAddressAndListIterator(const uint64_t real_addr,
Dperf_parser.cc574 mapper->GetMappedAddressAndListIterator(ip, &mapped_addr, &ip_iter); in MapIPAndPidAndGetNameAndOffset()
665 if (!mapper->GetMappedAddressAndListIterator(start, &mapped_addr, in MapMmapEvent()
Daddress_mapper.cc223 bool AddressMapper::GetMappedAddressAndListIterator( in GetMappedAddressAndListIterator() function in quipper::AddressMapper