Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.h40 struct MapEntry { struct
48 MapEntry(uint64_t start_addr, uint64_t len, uint64_t pgoff, Dso* dso, bool in_kernel, argument
56 MapEntry() {} in MapEntry() argument
71 std::map<uint64_t, const MapEntry*> maps; // Map from start_addr to a MapEntry. argument