/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
D | backtrace_local_thread.cpp | 64 frames_ = unwinder_->GetFrames(); in Unwind() 76 frames_ = unwinder_->GetFrames(); in Unwind() 81 const std::vector<DfxFrame>& BacktraceLocalThread::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::BacktraceLocalThread
|
D | libbacktrace_local.map | 8 OHOS::HiviewDFX::BacktraceLocalThread::GetFrames*;
|
D | backtrace_local_thread.h | 37 const std::vector<DfxFrame>& GetFrames() const;
|
D | backtrace_local.cpp | 57 frames = thread.GetFrames(); in GetBacktraceFramesByTid()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_unwind_async_thread.cpp | 53 thread_->SetFrames(unwinder_->GetFrames()); in UnwindStack() 62 thread_->SetFrames(unwinder_->GetFrames()); in UnwindStack() 102 auto frames = thread_->GetFrames(); in MergeStack() 110 if (unwinder_->GetFrames().size() > 0) { in UnwindThreadFallback() 153 auto frames = thread_->GetFrames(); in UnwindThreadByParseStackIfNeed()
|
D | dfx_thread.h | 49 const std::vector<DfxFrame>& GetFrames() const;
|
D | dfx_thread.cpp | 78 const std::vector<DfxFrame>& DfxThread::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::DfxThread
|
D | dfx_stack_info_formatter.cpp | 139 const auto& threadFrames = thread->GetFrames(); in FillFrames()
|
D | dfx_unwind_remote.cpp | 165 thread->SetFrames(unwinder->GetFrames()); in UnwindOtherThread()
|
D | printer.cpp | 198 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
D | unwinder_test.cpp | 116 auto frames = unwinder->GetFrames(); 123 auto frames2 = unwinder->GetFrames(); 152 auto frames = unwinder->GetFrames(); 205 auto frames = unwinder->GetFrames(); 212 auto frames2 = unwinder->GetFrames(); 249 auto frames = unwinder->GetFrames(); 307 auto frames = unwinder->GetFrames(); 343 auto frames = unwinder->GetFrames(); 364 const auto& frames = unwinder->GetFrames(); 388 auto frames = unwinder->GetFrames(); [all …]
|
D | instr_statistic_test.cpp | 75 auto frames = unwinder->GetFrames();
|
D | unwinder_pac_test.cpp | 69 auto frames = unwinder->GetFrames();
|
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
D | backtrace_local_test.cpp | 104 const auto& frames = thread.GetFrames(); 148 const auto& frames = thread.GetFrames();
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | fault_stack_test.cpp | 89 auto frames = unwinder->GetFrames();
|
/base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
D | dfx_crash_local_handler.cpp | 88 std::string logContext = unwind.GetFramesStr(unwind.GetFrames()) + regs->PrintRegs(); in CrashLocalUnwind()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
D | unwind_remote_benchmark.cpp | 80 auto frames = unwinder->GetFrames(); in UnwinderRemote()
|
D | unwind_local_benchmark.cpp | 85 auto unwSize = unwinder->GetFrames().size(); in UnwinderLocal()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
D | unwinder.h | 87 std::vector<DfxFrame>& GetFrames();
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | thread_sampler.cpp | 440 auto frames = unwinder_->GetFrames(); in ProcessStackBuffer()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
D | unwinder.cpp | 746 std::vector<DfxFrame>& Unwinder::GetFrames() in GetFrames() function in OHOS::HiviewDFX::Unwinder
|