Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dunwinder_test.cpp117 auto frames = unwinder->GetFrames(); variable
153 auto frames = unwinder->GetFrames(); variable
206 auto frames = unwinder->GetFrames(); variable
250 auto frames = unwinder->GetFrames(); variable
308 auto frames = unwinder->GetFrames(); variable
344 auto frames = unwinder->GetFrames(); variable
365 const auto& frames = unwinder->GetFrames(); variable
389 auto frames = unwinder->GetFrames(); variable
505 std::vector<DfxFrame> frames; variable
730 std::vector<DfxFrame> frames; variable
[all …]
Dfp_unwinder_test.cpp56 std::vector<DfxFrame> frames; variable
88 std::vector<DfxFrame> frames; variable
Dinstr_statistic_test.cpp75 auto frames = unwinder->GetFrames(); variable
Dunwinder_pac_test.cpp69 auto frames = unwinder->GetFrames(); variable
Dark_test.cpp268 JsFrame* frames = nullptr; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_frame_formatter.cpp84 std::string DfxFrameFormatter::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
96 std::string DfxFrameFormatter::GetFramesStr(const std::vector<std::shared_ptr<DfxFrame>>& frames) in GetFramesStr()
108 …or<std::shared_ptr<DfxFrame>> DfxFrameFormatter::ConvertFrames(const std::vector<DfxFrame>& frames) in ConvertFrames()
Dunwinder.cpp203 void SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
415 void Unwinder::FillFrames(std::vector<DfxFrame>& frames) in FillFrames()
435 void Unwinder::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs()
460 void Unwinder::SetFrames(std::vector<DfxFrame>& frames) in SetFrames()
1191 void Unwinder::FillLocalFrames(std::vector<DfxFrame>& frames) in FillLocalFrames()
1207 void Unwinder::Impl::FillFrames(std::vector<DfxFrame>& frames) in FillFrames()
1346 void Unwinder::Impl::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs()
1367 void Unwinder::GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetLocalFramesByPcs()
1398 std::string Unwinder::GetFramesStr(const std::vector<DfxFrame>& frames) in GetFramesStr()
Ddfx_ark.cpp263 …ativeFrameInfo(int pid, uintptr_t& pc, uintptr_t& fp, uintptr_t& sp, JsFrame* frames, size_t& size) in GetArkNativeFrameInfo()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dlock_parser_test.cpp128 std::vector<DfxFrame> frames; variable
182 std::vector<DfxFrame> frames; variable
232 std::vector<DfxFrame> frames; variable
271 std::vector<DfxFrame> frames; variable
312 std::vector<DfxFrame> frames; variable
Dfault_stack_test.cpp89 auto frames = unwinder->GetFrames(); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/
Ddfx_json_formatter.cpp33 static bool FormatJsFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& outStr) in FormatJsFrame()
50 static bool FormatNativeFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& out… in FormatNativeFrame()
90 const Json::Value frames = thread["frames"]; in FormatJsonStack() local
147 Json::Value frames(Json::arrayValue); in FormatKernelStackJson() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_stack_info_formatter.cpp113 Json::Value frames(Json::arrayValue); in GetNativeCrashInfo() local
134 Json::Value frames(Json::arrayValue); in GetDumpInfo() local
205 Json::Value frames(Json::arrayValue); in AppendThreads() local
Ddfx_unwind_async_thread.cpp119 auto frames = thread_->GetFrames(); in MergeStack() local
170 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()
277 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack()
Ddfx_thread.cpp147 void DfxThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
Dprinter.cpp209 const auto& frames = thread->GetFrames(); in PrintThreadBacktraceByConfig() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/
Ddfx_kernel_stack.h27 std::vector<DfxFrame> frames; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local.cpp55 bool GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool … in GetBacktraceFramesByTid()
76 std::vector<DfxFrame> frames; in GetBacktraceStringByTid() local
98 std::vector<DfxFrame> frames; in PrintBacktrace() local
Dbacktrace_local_thread.cpp77 void BacktraceLocalThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames()
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp107 const auto& frames = thread.GetFrames(); variable
149 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.cpp132 std::vector<DfxFrame> frames = taf.frameList; in GetFullStack() local
Dthread_sampler.cpp384 auto frames = unwinder_->GetFrames(); in ProcessStackBuffer() local