Searched refs:offline_unwinder_ (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_debug_unwind.cpp | 97 offline_unwinder_(true), in DebugUnwindCommand() 129 OfflineUnwinder offline_unwinder_; member in DebugUnwindCommand 239 if (!offline_unwinder_.UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessRecord() 244 const UnwindingResult& unwinding_result = offline_unwinder_.GetUnwindingResult(); in ProcessRecord()
|
D | sample_tree.h | 80 offline_unwinder_.reset(new OfflineUnwinder(false)); in SetCallChainSampleOptions() 116 if (offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in ProcessSampleRecord() 305 std::unique_ptr<OfflineUnwinder> offline_unwinder_; variable
|
D | cmd_record.cpp | 307 std::unique_ptr<OfflineUnwinder> offline_unwinder_; member in RecordCommand 416 offline_unwinder_.reset(new OfflineUnwinder(false)); in PrepareRecording() 1418 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord() 1425 offline_unwinder_->IsCallChainBrokenForIncompleteJITDebugInfo()) { in UnwindRecord() 1428 if (!offline_unwinder_->UnwindCallChain(*thread, regs, r.stack_user_data.data, in UnwindRecord()
|