Searched defs:MapEntry (Results 1 – 1 of 1) sorted by relevance
37 struct MapEntry { struct45 MapEntry(uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, in MapEntry() argument53 MapEntry() {} in MapEntry() argument59 bool operator()(const MapEntry* map1, const MapEntry* map2) const; argument148 using MapEntry = simpleperf::MapEntry; variable