Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/nonlinux_support/
H A Dnonlinux_support.cpp50 bool UnwindCallChain(const ThreadEntry&, const RegSet&, const char*, size_t, in UnwindCallChain() function in simpleperf::NoOpOfflineUnwinder
/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder_impl.h41 bool UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, const char* stack,
H A DOfflineUnwinder.h63 virtual bool UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, const char* stack,
H A Dsample_tree.h113 if (offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessSampleRecord()
H A DOfflineUnwinder.cpp242 bool OfflineUnwinderImpl::UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, in UnwindCallChain() function in simpleperf::OfflineUnwinderImpl
H A Dcmd_monitor.cpp606 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
H A Dcmd_record.cpp1578 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
1588 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
H A Dcmd_debug_unwind.cpp282 if (!unwinder_->UnwindCallChain(thread_with_new_maps, reg_set, stack.data, stack.size, &ips, in UnwindRecord()