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

/system/extras/simpleperf/
H A Dthread_tree.h30 struct MapEntry { struct in namespace:simpleperf
37 MapEntry(uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, Dso* dso) function in struct:simpleperf::MapEntry
40 MapEntry() { function in struct:simpleperf::MapEntry
49 bool operator()(const MapEntry* map1, const MapEntry* map2) const;
56 std::set<MapEntry*, MapComparator> maps;
64 MapEntry(0, std::numeric_limits<unsigned long long>::max(), 0, 0, unknown_dso_.get());
74 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel);
75 const Symbol* FindSymbol(const MapEntry* map, uint64_t ip);
76 const MapEntry* UnknownMa
[all...]

Completed in 51 milliseconds