Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 23 of 23) sorted by relevance

/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_frame_format.cpp65 std::string DfxFrameFormat::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
77 std::string DfxFrameFormat::GetFramesStr(const std::vector<std::shared_ptr<DfxFrame>>& frames) in GetFramesStr()
89 …ector<std::shared_ptr<DfxFrame>> DfxFrameFormat::ConvertFrames(const std::vector<DfxFrame>& frames) in ConvertFrames()
99 std::string DfxFrameFormat::GetFramesJson(const std::vector<DfxFrame>& frames) in GetFramesJson()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_frame_formatter.cpp72 std::string DfxFrameFormatter::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
84 std::string DfxFrameFormatter::GetFramesStr(const std::vector<std::shared_ptr<DfxFrame>>& frames) in GetFramesStr()
96 …or<std::shared_ptr<DfxFrame>> DfxFrameFormatter::ConvertFrames(const std::vector<DfxFrame>& frames) in ConvertFrames()
Dunwinder.cpp564 void Unwinder::SetFrames(std::vector<DfxFrame>& frames) in SetFrames()
585 void Unwinder::FillFrames(std::vector<DfxFrame>& frames) in FillFrames()
618 void Unwinder::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs, in GetFramesByPcs()
660 std::string Unwinder::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
Ddfx_ark.cpp45 …ativeFrameInfo(int pid, uintptr_t& pc, uintptr_t& fp, uintptr_t& sp, JsFrame* frames, size_t& size) in GetArkNativeFrameInfo()
/base/hiviewdfx/faultloggerd/test/unittest/unwinder/
Dunwinder_test.cpp96 const auto& frames = unwinder.GetFrames(); variable
128 const auto& frames = unwinder.GetFrames(); variable
157 const auto& frames = unwinder.GetFrames(); variable
185 const auto& frames = unwinder.GetFrames(); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dcatchframe_local.cpp114 std::vector<DfxFrame> frames; in CatchFrame() local
126 bool DfxCatchFrameLocal::CatchFrame(int tid, std::vector<DfxFrame>& frames, int skipFrames, bool re… in CatchFrame()
153 bool DfxCatchFrameLocal::CatchFrameCurrTid(std::vector<DfxFrame>& frames, int skipFrames, bool rele… in CatchFrameCurrTid()
168 bool DfxCatchFrameLocal::CatchFrameLocalTid(int tid, std::vector<DfxFrame>& frames, int skipFrames,… in CatchFrameLocalTid()
Ddfx_json_formatter.cpp35 static bool FormatJsFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& outStr) in FormatJsFrame()
52 static bool FormatNativeFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& out… in FormatNativeFrame()
89 const Json::Value frames = thread["frames"]; in FormatJsonStack() local
Dbacktrace_local.cpp43 bool GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool … in GetBacktraceFramesByTid()
78 std::vector<DfxFrame> frames; in GetBacktraceJsonByTid() local
89 std::vector<DfxFrame> frames; in GetBacktraceStringByTid() local
98 std::vector<DfxFrame> frames; in PrintBacktrace() local
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dunwinder_test.cpp108 auto frames = unwinder->GetFrames(); variable
139 auto frames = unwinder->GetFrames(); variable
192 auto frames = unwinder->GetFrames(); variable
231 auto frames = unwinder->GetFrames(); variable
287 auto frames = unwinder->GetFrames(); variable
321 auto frames = unwinder->GetFrames(); variable
349 std::vector<DfxFrame> frames; variable
371 auto frames = unwinder->GetFrames(); variable
604 std::vector<DfxFrame> frames; variable
654 auto frames = unwinder->GetFrames(); variable
Dinstr_statistic_test.cpp73 auto frames = unwinder->GetFrames(); variable
Dunwind_pac_test.cpp67 auto frames = unwinder->GetFrames(); variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_stack_info_formatter.cpp90 Json::Value frames; in GetNativeCrashInfo() local
113 Json::Value frames; in GetDumpInfo() local
167 Json::Value frames; in AppendThreads() local
Ddfx_fault_stack.cpp81 bool FaultStack::CollectStackInfo(const std::vector<DfxFrame>& frames, bool needParseStack) in CollectStackInfo()
130 bool FaultStack::CreateBlockForCorruptedStack(const std::vector<DfxFrame>& frames, uintptr_t prevEn… in CreateBlockForCorruptedStack()
292 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxElfMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack()
340 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack()
Ddfx_thread.cpp135 void DfxThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
Dprinter_emulator.cpp144 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig() local
Ddfx_unwind_remote.cpp47 auto frames = unwinder->GetFrames(); in UnwindThreadByParseStackIfNeed() local
Dprinter.cpp168 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig() local
Ddfx_unwind_remote_emulator.cpp146 auto frames = thread->GetFrames(); in UnwindThreadByParseStackIfNeed() local
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp140 const auto& frames = thread.GetFrames(); variable
194 const auto& frames = thread.GetFrames(); variable
Dcatchframe_local_test.cpp190 std::vector<DfxFrame> frames; variable
/base/hiviewdfx/faultloggerd/example/
Dunwinder_demo.cpp93 auto frames = unwinder->GetFrames(); in main() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dfault_stack_test.cpp89 auto frames = unwinder->GetFrames(); variable
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Dunwind_remote_benchmark.cpp98 auto frames = unwinder->GetFrames(); in UnwinderRemote() local
115 auto frames = unwinder->GetPcs(); in UnwinderRemoteFp() local