Home
last modified time | relevance | path

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

/system/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp63 bool UnwindCallChain(const ThreadEntry&, const RegSet&, const char*, size_t, in UnwindCallChain() function in simpleperf::NoOpOfflineUnwinder
/system/extras/simpleperf/
DOfflineUnwinder_impl.h41 bool UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, const char* stack,
DOfflineUnwinder.h66 virtual bool UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, const char* stack,
Dsample_tree.h113 if (offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessSampleRecord()
DOfflineUnwinder.cpp286 bool OfflineUnwinderImpl::UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, in UnwindCallChain() function in simpleperf::OfflineUnwinderImpl
Dcmd_monitor.cpp611 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
Dcmd_debug_unwind.cpp310 if (!unwinder_->UnwindCallChain(*thread, reg_set, stack.data, stack.size, &ips, &sps)) { in UnwindRecord()
Dcmd_record.cpp1781 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
1791 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()