Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dunwinder_test.cpp116 auto frames = unwinder->GetFrames(); variable
152 auto frames = unwinder->GetFrames(); variable
205 auto frames = unwinder->GetFrames(); variable
249 auto frames = unwinder->GetFrames(); variable
307 auto frames = unwinder->GetFrames(); variable
343 auto frames = unwinder->GetFrames(); variable
364 const auto& frames = unwinder->GetFrames(); variable
388 auto frames = unwinder->GetFrames(); variable
504 std::vector<DfxFrame> frames; variable
728 std::vector<DfxFrame> frames; variable
[all …]
Dfp_unwinder_test.cpp56 std::vector<DfxFrame> frames; variable
88 std::vector<DfxFrame> frames; variable
Dinstr_statistic_test.cpp77 auto frames = unwinder->GetFrames(); variable
Dunwinder_pac_test.cpp69 auto frames = unwinder->GetFrames(); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_frame_formatter.cpp89 std::string DfxFrameFormatter::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
101 std::string DfxFrameFormatter::GetFramesStr(const std::vector<std::shared_ptr<DfxFrame>>& frames) in GetFramesStr()
113 …or<std::shared_ptr<DfxFrame>> DfxFrameFormatter::ConvertFrames(const std::vector<DfxFrame>& frames) in ConvertFrames()
Dunwinder.cpp201 void SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
422 void Unwinder::FillFrames(std::vector<DfxFrame>& frames) in FillFrames()
442 void Unwinder::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs()
467 void Unwinder::SetFrames(std::vector<DfxFrame>& frames) in SetFrames()
1219 void Unwinder::FillLocalFrames(std::vector<DfxFrame>& frames) in FillLocalFrames()
1235 void Unwinder::Impl::FillFrames(std::vector<DfxFrame>& frames) in FillFrames()
1376 void Unwinder::Impl::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs()
1403 void Unwinder::GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetLocalFramesByPcs()
1434 std::string Unwinder::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dlock_parser_test.cpp128 std::vector<DfxFrame> frames; variable
184 std::vector<DfxFrame> frames; variable
236 std::vector<DfxFrame> frames; variable
275 std::vector<DfxFrame> frames; variable
316 std::vector<DfxFrame> frames; variable
Dfault_stack_test.cpp89 auto frames = unwinder->GetFrames(); variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_stack_info_json_formatter.cpp100 Json::Value frames(Json::arrayValue); in GetCrashJsonFormatInfo() local
119 Json::Value frames(Json::arrayValue); in GetDumpJsonFormatInfo() local
190 Json::Value frames(Json::arrayValue); in AppendThreads() local
Ddfx_unwind_async_thread.cpp118 auto frames = thread_->GetFrames(); in MergeStack() local
169 auto frames = thread_->GetFrames(); in UnwindThreadByParseStackIfNeed() local
Ddfx_fault_stack.cpp82 bool FaultStack::CollectStackInfo(const std::vector<DfxFrame>& frames, bool needParseStack) in CollectStackInfo()
131 bool FaultStack::CreateBlockForCorruptedStack(const std::vector<DfxFrame>& frames, uintptr_t prevEn… in CreateBlockForCorruptedStack()
281 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack()
Ddfx_thread.cpp145 void DfxThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
Dprinter.cpp198 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/
Ddfx_json_formatter.cpp30 static bool FormatJsFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& outStr) in FormatJsFrame()
56 static bool FormatNativeFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& out… in FormatNativeFrame()
96 const Json::Value frames = thread["frames"]; in FormatJsonStack() local
152 Json::Value frames(Json::arrayValue); in FormatKernelStackJson() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local.cpp43 bool GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool … in GetBacktraceFramesByTid()
65 std::vector<DfxFrame> frames; in GetBacktraceStringByTid() local
90 std::vector<DfxFrame> frames; in PrintBacktrace() local
Dbacktrace_local_thread.cpp87 void BacktraceLocalThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/
Ddfx_kernel_stack.h27 std::vector<DfxFrame> frames; member
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp121 const auto& frames = thread.GetFrames(); variable
163 const auto& frames = thread.GetFrames(); variable
428 const auto& frames = thread.GetFrames(); variable
463 const auto& frames = thread.GetFrames(); variable
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Dunwind_local_benchmark.cpp131 std::vector<DfxFrame> frames; in UnwinderLocalFp() local
154 std::vector<DfxFrame> frames; in FpUnwinderLocal() local
177 std::vector<DfxFrame> frames; in FpUnwinderLocalSafe() local
Dunwind_remote_benchmark.cpp80 auto frames = unwinder->GetFrames(); in UnwinderRemote() local
96 auto frames = unwinder->GetPcs(); in UnwinderRemoteFp() local
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
Dsample_stack_printer.cpp126 std::vector<DfxFrame> frames = taf.frameList; in GetFullStack() local
Dthread_sampler.cpp385 auto frames = unwinder_->GetFrames(); in ProcessStackBuffer() local