Home
last modified time | relevance | path

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

/system/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp50 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.h63 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.cpp242 bool OfflineUnwinderImpl::UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, in UnwindCallChain() function in simpleperf::OfflineUnwinderImpl
Dcmd_monitor.cpp606 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
Dcmd_debug_unwind.cpp282 if (!unwinder_->UnwindCallChain(thread_with_new_maps, reg_set, stack.data, stack.size, &ips, in UnwindRecord()
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()