Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DOfflineUnwinder.cpp204 UnwindMaps& cached_map = cached_maps_[thread.pid]; in UnwindCallChain() local
205 cached_map.UpdateMaps(*thread.maps); in UnwindCallChain()
213 unwindstack::Unwinder unwinder(MAX_UNWINDING_FRAMES, &cached_map, unwind_regs.get(), in UnwindCallChain()