Home
last modified time | relevance | path

Searched refs:GetFrames (Results 1 - 21 of 21) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp62 frames_ = unwinder_->GetFrames(); in Unwind()
71 frames_ = unwinder_->GetFrames(); in Unwind()
81 const std::vector<DfxFrame>& BacktraceLocalThread::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::BacktraceLocalThread
H A Dbacktrace_local_thread.h37 const std::vector<DfxFrame>& GetFrames() const;
H A Dbacktrace_local.cpp68 frames = thread.GetFrames(); in GetBacktraceFramesByTid()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp58 thread_->SetFrames(unwinder_->GetFrames()); in UnwindStack()
69 thread_->SetFrames(unwinder_->GetFrames()); in UnwindStack()
75 thread_->SetFrames(unwinder_->GetFrames()); in UnwindStack()
119 auto frames = thread_->GetFrames(); in MergeStack()
127 if (unwinder_->GetFrames().size() > 0) { in UnwindThreadFallback()
170 auto frames = thread_->GetFrames(); in UnwindThreadByParseStackIfNeed()
H A Ddfx_thread.h49 const std::vector<DfxFrame>& GetFrames() const;
H A Ddfx_thread.cpp77 const std::vector<DfxFrame>& DfxThread::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::DfxThread
H A Ddfx_unwind_remote.cpp210 thread->SetFrames(unwinder->GetFrames()); in UnwindOtherThread()
216 thread->SetFrames(unwinder->GetFrames()); in UnwindOtherThread()
H A Ddfx_stack_info_formatter.cpp145 const auto& threadFrames = thread->GetFrames(); in FillFrames()
H A Dprinter.cpp220 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig()
H A Dprocess_dumper.cpp880 auto& frames = process_->keyThread_->GetFrames(); in ReportAddrSanitizer()
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_local_test.cpp109 const auto& frames = thread.GetFrames(); in HWTEST_F()
151 const auto& frames = thread.GetFrames(); in HWTEST_F()
265 const auto& oldframes = oldthread.GetFrames(); in HWTEST_F()
272 const auto& newframes = newthread.GetFrames(); in HWTEST_F()
294 const auto& oldframes = oldthread.GetFrames(); in HWTEST_F()
301 const auto& newframes = newthread.GetFrames(); in HWTEST_F()
321 const auto& oldframes = oldthread.GetFrames(); in HWTEST_F()
327 const auto& newframes = newthread.GetFrames(); in HWTEST_F()
416 const auto& frames = thread.GetFrames(); in HWTEST_F()
451 const auto& frames = thread.GetFrames(); in HWTEST_F()
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp117 auto frames = unwinder->GetFrames(); in HWTEST_F()
124 auto frames2 = unwinder->GetFrames(); in HWTEST_F()
153 auto frames = unwinder->GetFrames(); in HWTEST_F()
206 auto frames = unwinder->GetFrames(); in HWTEST_F()
213 auto frames2 = unwinder->GetFrames(); in HWTEST_F()
250 auto frames = unwinder->GetFrames(); in HWTEST_F()
308 auto frames = unwinder->GetFrames(); in HWTEST_F()
344 auto frames = unwinder->GetFrames(); in HWTEST_F()
365 const auto& frames = unwinder->GetFrames(); in HWTEST_F()
389 auto frames = unwinder->GetFrames(); in HWTEST_F()
[all...]
H A Dinstr_statistic_test.cpp75 auto frames = unwinder->GetFrames(); in HWTEST_F()
H A Dunwinder_pac_test.cpp69 auto frames = unwinder->GetFrames(); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dfault_stack_test.cpp89 auto frames = unwinder->GetFrames(); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h80 const std::vector<DfxFrame>& GetFrames() const;
/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp88 std::string logContext = unwind.GetFramesStr(unwind.GetFrames()) + regs->PrintRegs(); in CrashLocalUnwind()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp80 auto frames = unwinder->GetFrames(); in UnwinderRemote()
H A Dunwind_local_benchmark.cpp96 unwSize = unwinder->GetFrames().size(); in UnwinderLocal()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp180 const std::vector<DfxFrame>& GetFrames();
394 const std::vector<DfxFrame>& Unwinder::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::Unwinder
396 return impl_->GetFrames(); in GetFrames()
1146 const std::vector<DfxFrame>& Unwinder::Impl::GetFrames() in GetFrames() function in OHOS::HiviewDFX::Unwinder::Impl
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp428 auto frames = unwinder_->GetFrames(); in ProcessStackBuffer()

Completed in 13 milliseconds