Home
last modified time | relevance | path

Searched defs:MapEntry (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dthread_tree.h37 struct MapEntry { struct
45 MapEntry(uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, in MapEntry() argument
53 MapEntry() {} in MapEntry() argument
59 bool operator()(const MapEntry* map1, const MapEntry* map2) const; argument
148 using MapEntry = simpleperf::MapEntry; variable