Searched refs:UnwindCallChain (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | OfflineUnwinder.h | 72 bool UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, const char* stack, 100 bool UnwindCallChain(const ThreadEntry&, const RegSet&, const char*, size_t, in UnwindCallChain() function
|
D | sample_tree.h | 116 if (offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessSampleRecord()
|
D | OfflineUnwinder.cpp | 186 bool OfflineUnwinder::UnwindCallChain(const ThreadEntry& thread, const RegSet& regs, in UnwindCallChain() function in simpleperf::OfflineUnwinder
|
D | cmd_debug_unwind.cpp | 239 if (!offline_unwinder_.UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessRecord()
|
D | cmd_record.cpp | 1418 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord() 1428 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
|