Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder_impl.h46 unwindstack::Regs* GetBacktraceRegs(const RegSet& regs);
H A DOfflineUnwinder.cpp73 unwindstack::Regs* OfflineUnwinderImpl::GetBacktraceRegs(const RegSet& regs) { in GetBacktraceRegs() function in simpleperf::OfflineUnwinderImpl
262 std::unique_ptr<unwindstack::Regs> unwind_regs(GetBacktraceRegs(regs)); in UnwindCallChain()
H A DOfflineUnwinder_test.cpp111 unwindstack::Regs* regs = unwinder->GetBacktraceRegs(fake_regs); in TEST()