Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DOfflineUnwinder.cpp209 std::unique_ptr<unwindstack::Regs> unwind_regs(GetBacktraceRegs(regs)); in UnwindCallChain() local
210 if (!unwind_regs) { in UnwindCallChain()
213 unwindstack::Unwinder unwinder(MAX_UNWINDING_FRAMES, &cached_map, unwind_regs.get(), in UnwindCallChain()