Home
last modified time | relevance | path

Searched refs:cached_maps_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder_impl.h50 std::unordered_map<pid_t, UnwindMaps> cached_maps_; variable
H A DOfflineUnwinder.cpp260 UnwindMaps& cached_map = cached_maps_[thread.pid]; in UnwindCallChain()