Home
last modified time | relevance | path

Searched refs:GetFrameStr (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_frame_formatter.cpp35 std::string DfxFrameFormatter::GetFrameStr(const DfxFrame& frame) in GetFrameStr() function in OHOS::HiviewDFX::DfxFrameFormatter
37 return GetFrameStr(std::make_shared<DfxFrame>(frame)); in GetFrameStr()
40 std::string DfxFrameFormatter::GetFrameStr(const std::shared_ptr<DfxFrame>& frame) in GetFrameStr() function in OHOS::HiviewDFX::DfxFrameFormatter
91 ss << GetFrameStr(f); in GetFramesStr()
103 ss << GetFrameStr(pf); in GetFramesStr()
H A Dlibunwinder.map83 OHOS::HiviewDFX::DfxFrameFormatter::GetFrameStr*;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_frame_formatter.h36 static std::string GetFrameStr(const DfxFrame& frame);
44 static std::string GetFrameStr(const std::shared_ptr<DfxFrame>& frame);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_local_test.cpp265 std::string oldframe = DfxFrameFormatter::GetFrameStr(oldframes[MIN_FRAME_NUM]);
273 std::string newframe = DfxFrameFormatter::GetFrameStr(newframes[0]);
372 auto line = DfxFrameFormatter::GetFrameStr(frame);
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp135 auto frameStr = DfxFrameFormatter::GetFrameStr(frame); in GetFullStack()
178 ret << space << back->count << " " << DfxFrameFormatter::GetFrameStr(back->current); in Print()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp228 DfxRingBufferWrapper::GetInstance().AppendMsg(DfxFrameFormatter::GetFrameStr(frame)); in PrintThreadBacktraceByConfig()
230 … DfxRingBufferWrapper::GetInstance().AppendBaseInfo(DfxFrameFormatter::GetFrameStr(frame)); in PrintThreadBacktraceByConfig()
H A Ddfx_thread.cpp105 ss << DfxFrameFormatter::GetFrameStr(frame); in ToString()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp106 auto line = DfxFrameFormatter::GetFrameStr(frame); in PrintBacktrace()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp972 std::string str = DfxFrameFormatter::GetFrameStr(frame);