Searched refs:UnwindCallChain (Results 1 – 8 of 8) sorted by relevance
/system/extras/simpleperf/nonlinux_support/ |
D | nonlinux_support.cpp | 50 bool UnwindCallChain(const ThreadEntry&, const RegSet&, const char*, size_t, in UnwindCallChain() function in simpleperf::NoOpOfflineUnwinder
|
/system/extras/simpleperf/ |
D | OfflineUnwinder_impl.h | 41 bool UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, const char* stack,
|
D | OfflineUnwinder.h | 63 virtual bool UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, const char* stack,
|
D | sample_tree.h | 113 if (offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessSampleRecord()
|
D | OfflineUnwinder.cpp | 242 bool OfflineUnwinderImpl::UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, in UnwindCallChain() function in simpleperf::OfflineUnwinderImpl
|
D | cmd_monitor.cpp | 606 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
|
D | cmd_debug_unwind.cpp | 282 if (!unwinder_->UnwindCallChain(thread_with_new_maps, reg_set, stack.data, stack.size, &ips, in UnwindRecord()
|
D | cmd_record.cpp | 1578 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()
|