Searched defs:MapEntry (Results 1 – 2 of 2) sorted by relevance
30 struct MapEntry { struct37 MapEntry(uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, Dso* dso) in MapEntry() argument40 MapEntry() { in MapEntry() function49 bool operator()(const MapEntry* map1, const MapEntry* map2) const; argument104 using MapEntry = simpleperf::MapEntry; variable
136 void ThreadTree::FixOverlappedMap(std::set<MapEntry*, MapComparator>* map_set, const MapEntry* map)… in FixOverlappedMap()167 static MapEntry* FindMapByAddr(const std::set<MapEntry*, MapComparator>& maps, uint64_t addr) { in FindMapByAddr()