Home
last modified time | relevance | path

Searched refs:offline_unwinder_ (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp97 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()
Dsample_tree.h80 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
Dcmd_record.cpp307 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()