Home
last modified time | relevance | path

Searched refs:UnwindMaps (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
DOfflineUnwinder_impl.h26 class UnwindMaps : public unwindstack::Maps {
50 std::unordered_map<pid_t, UnwindMaps> cached_maps_;
DOfflineUnwinder_test.cpp27 bool CheckUnwindMaps(UnwindMaps& maps, const MapSet& map_set) { in CheckUnwindMaps()
47 TEST(OfflineUnwinder, UnwindMaps) { in TEST() argument
57 UnwindMaps maps; in TEST()
DOfflineUnwinder.cpp171 void UnwindMaps::UpdateMaps(const MapSet& map_set) { in UpdateMaps()
260 UnwindMaps& cached_map = cached_maps_[thread.pid]; in UnwindCallChain()