| /base/hiviewdfx/faultloggerd/frameworks/unwinder/ |
| D | dfx_frame_format.cpp | 65 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/ |
| D | dfx_frame_formatter.cpp | 72 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()
|
| D | unwinder.cpp | 564 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()
|
| D | dfx_ark.cpp | 45 …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/ |
| D | unwinder_test.cpp | 96 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/ |
| D | catchframe_local.cpp | 114 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()
|
| D | dfx_json_formatter.cpp | 35 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
|
| D | backtrace_local.cpp | 43 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/ |
| D | unwinder_test.cpp | 108 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
|
| D | instr_statistic_test.cpp | 73 auto frames = unwinder->GetFrames(); variable
|
| D | unwind_pac_test.cpp | 67 auto frames = unwinder->GetFrames(); variable
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | dfx_stack_info_formatter.cpp | 90 Json::Value frames; in GetNativeCrashInfo() local 113 Json::Value frames; in GetDumpInfo() local 167 Json::Value frames; in AppendThreads() local
|
| D | dfx_fault_stack.cpp | 81 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()
|
| D | dfx_thread.cpp | 135 void DfxThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
|
| D | printer_emulator.cpp | 144 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig() local
|
| D | dfx_unwind_remote.cpp | 47 auto frames = unwinder->GetFrames(); in UnwindThreadByParseStackIfNeed() local
|
| D | printer.cpp | 168 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig() local
|
| D | dfx_unwind_remote_emulator.cpp | 146 auto frames = thread->GetFrames(); in UnwindThreadByParseStackIfNeed() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
| D | backtrace_local_test.cpp | 140 const auto& frames = thread.GetFrames(); variable 194 const auto& frames = thread.GetFrames(); variable
|
| D | catchframe_local_test.cpp | 190 std::vector<DfxFrame> frames; variable
|
| /base/hiviewdfx/faultloggerd/example/ |
| D | unwinder_demo.cpp | 93 auto frames = unwinder->GetFrames(); in main() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| D | fault_stack_test.cpp | 89 auto frames = unwinder->GetFrames(); variable
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | unwind_remote_benchmark.cpp | 98 auto frames = unwinder->GetFrames(); in UnwinderRemote() local 115 auto frames = unwinder->GetPcs(); in UnwinderRemoteFp() local
|