Home
last modified time | relevance | path

Searched refs:GetFrames (Results 1 – 15 of 15) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_thread.cpp71 frames_ = unwinder.GetFrames(); in UnwindCurrentThread()
77 frames_ = unwinder.GetFrames(); in UnwindCurrentThread()
110 frames_ = unwinder.GetFrames(); in Unwind()
119 const std::vector<DfxFrame>& BacktraceLocalThread::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::BacktraceLocalThread
Dbacktrace_local_thread.h40 const std::vector<DfxFrame>& GetFrames() const;
Dcatchframe_local.cpp164 frames = thread.GetFrames(); in CatchFrameCurrTid()
179 frames = thread.GetFrames(); in CatchFrameLocalTid()
Dlibbacktrace_local.map16 OHOS::HiviewDFX::BacktraceLocalThread::GetFrames*;
Dbacktrace_local.cpp67 frames = thread.GetFrames(); in GetBacktraceFramesByTid()
/base/hiviewdfx/faultloggerd/test/unittest/unwinder/
Dunwinder_test.cpp112 const auto& frames = unwinder.GetFrames();
144 const auto& frames = unwinder.GetFrames();
173 const auto& frames = unwinder.GetFrames();
201 const auto& frames = unwinder.GetFrames();
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddwarf_unwinder.h33 const std::vector<DfxFrame>& GetFrames() const;
Dfp_unwinder.h38 const std::vector<DfxFrame>& GetFrames() const;
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dprinter.cpp99 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig()
127 faultstack->CollectStackInfo(thread->GetFrames()); in PrintThreadFaultStackByConfig()
Ddfx_thread.h48 const std::vector<std::shared_ptr<DfxFrame>>& GetFrames() const;
Ddfx_thread.cpp76 const std::vector<std::shared_ptr<DfxFrame>>& DfxThread::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::DfxThread
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp135 const auto& frames = thread.GetFrames();
188 const auto& frames = thread.GetFrames();
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Dfp_unwinder.cpp46 const std::vector<DfxFrame>& FpUnwinder::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::FpUnwinder
Ddwarf_unwinder.cpp44 const std::vector<DfxFrame>& DwarfUnwinder::GetFrames() const in GetFrames() function in OHOS::HiviewDFX::DwarfUnwinder
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dprocess_dump_test.cpp226 EXPECT_EQ(thread->GetFrames().size(), 2) << "DfxUnwindRemoteTest003 Failed";