Home
last modified time | relevance | path

Searched refs:MapSet (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Dthread_tree.h70 struct MapSet { struct
81 std::shared_ptr<MapSet> maps; // maps is shared by threads in the same process. argument
109 const MapSet& GetKernelMaps() { return kernel_maps_; } in GetKernelMaps()
150 void InsertMap(MapSet& maps, const MapEntry& entry);
158 MapSet kernel_maps_;
DOfflineUnwinder_test.cpp27 bool CheckUnwindMaps(UnwindMaps& maps, const MapSet& map_set) { in CheckUnwindMaps()
56 MapSet map_set; in TEST()
DOfflineUnwinder_impl.h28 void UpdateMaps(const MapSet& map_set);
Dthread_tree.cpp89 std::shared_ptr<MapSet> maps; in CreateThread()
92 maps.reset(new MapSet); in CreateThread()
238 void ThreadTree::InsertMap(MapSet& maps, const MapEntry& entry) { in InsertMap()
268 const MapEntry* MapSet::FindMapByAddr(uint64_t addr) const { in FindMapByAddr()
DOfflineUnwinder.cpp171 void UnwindMaps::UpdateMaps(const MapSet& map_set) { in UpdateMaps()
Dcmd_debug_unwind.cpp310 new_thread.maps.reset(new MapSet); in CreateThreadWithUpdatedMaps()