Home
last modified time | relevance | path

Searched defs:unwinder (Results 1 – 21 of 21) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dunwinder_test.cpp67 auto unwinder = std::make_shared<Unwinder>(); variable
87 auto unwinder = std::make_shared<Unwinder>(); variable
111 auto unwinder = std::make_shared<Unwinder>(); variable
139 std::shared_ptr<Unwinder> unwinder = nullptr; variable
177 auto unwinder = std::make_shared<Unwinder>(); variable
199 auto unwinder = std::make_shared<Unwinder>(child); variable
236 std::shared_ptr<Unwinder> unwinder = nullptr; variable
294 auto unwinder = std::make_shared<Unwinder>(child); variable
325 auto unwinder = std::make_shared<Unwinder>(); variable
360 auto unwinder = std::make_shared<Unwinder>(); variable
[all …]
Dunwinder_pac_test.cpp57 auto unwinder = std::make_shared<Unwinder>(pid); variable
96 auto unwinder = std::make_shared<Unwinder>(pid); variable
Dinstr_statistic_test.cpp63 auto unwinder = std::make_shared<Unwinder>(pid); variable
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp103 auto unwinder = std::make_shared<Unwinder>(); variable
145 auto unwinder = std::make_shared<Unwinder>(); variable
259 auto unwinder = std::make_shared<Unwinder>(); variable
288 auto unwinder = std::make_shared<Unwinder>(); variable
315 auto unwinder = std::make_shared<Unwinder>(); variable
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dlock_parser_test.cpp122 auto unwinder = std::make_shared<Unwinder>(true); variable
176 auto unwinder = std::make_shared<Unwinder>(true); variable
228 auto unwinder = std::make_shared<Unwinder>(true); variable
267 auto unwinder = std::make_shared<Unwinder>(true); variable
306 auto unwinder = std::make_shared<Unwinder>(true); variable
Dprocess_dump_test.cpp198 auto unwinder = std::make_shared<Unwinder>(pid); variable
221 auto unwinder = std::make_shared<Unwinder>(pid); variable
288 auto unwinder = std::make_shared<Unwinder>(pid); variable
313 auto unwinder = std::make_shared<Unwinder>(pid); variable
Dfault_stack_test.cpp84 auto unwinder = std::make_shared<Unwinder>(); variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_remote.cpp81 std::shared_ptr<Unwinder> unwinder, pid_t vmPid) in UnwindProcess()
127 std::shared_ptr<Unwinder> unwinder, pid_t vmPid) in UnwindKeyThread()
176 …dRemote::UnwindOtherThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, in UnwindOtherThread()
Dprinter.cpp44 std::shared_ptr<Unwinder> unwinder) in PrintDumpHeader()
97 std::shared_ptr<Unwinder> unwinder, std::string& reasonInfo) in PrintReason()
266 std::shared_ptr<Unwinder> unwinder) in PrintThreadFaultStackByConfig()
Ddfx_unwind_async_thread.h31 …DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread()
Dlock_parser.cpp36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid) in ParseLockInfo()
Ddfx_unwind_async_thread.cpp142 std::shared_ptr<Unwinder> unwinder = unwinder_; in UnwindThreadFallback() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Dunwind_remote_benchmark.cpp74 static size_t UnwinderRemote(std::shared_ptr<Unwinder> unwinder, const pid_t tid) in UnwinderRemote()
85 static size_t UnwinderRemoteFp(std::shared_ptr<Unwinder> unwinder, const pid_t tid) in UnwinderRemoteFp()
101 static bool GetUnwinder(pid_t pid, void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp) in GetUnwinder()
138 std::shared_ptr<Unwinder> unwinder = nullptr; in Run() local
Dunwind_local_tid_benchmark.cpp97 auto unwinder = std::make_shared<Unwinder>(false); in BenchmarkUnwinderLocalWithTid() local
99 auto unwinder = std::make_shared<Unwinder>(); in BenchmarkUnwinderLocalWithTid() local
Dunwind_local_benchmark.cpp39 std::shared_ptr<Unwinder> unwinder = nullptr; member
70 static bool GetUnwinder(void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp) in GetUnwinder()
86 std::shared_ptr<Unwinder> unwinder = nullptr; in UnwinderLocal() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_thread.cpp34 BacktraceLocalThread::BacktraceLocalThread(int32_t tid, std::shared_ptr<Unwinder> unwinder) in BacktraceLocalThread()
Dbacktrace_local.cpp58 std::shared_ptr<Unwinder> unwinder = nullptr; in GetBacktraceFramesByTid() local
145 auto unwinder = std::make_shared<Unwinder>(); in GetProcessStacktrace() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
Dunwind_remote_benchmark.cpp107 static size_t UnwindRemote(unwindstack::Unwinder unwinder, MAYBE_UNUSED UnwindData* dataPtr) in UnwindRemote()
153 unwindstack::Unwinder unwinder(MAX_FRAMES, &maps, regs.get(), processMemory); in Run() local
Dunwind_local_benchmark.cpp77 unwindstack::Unwinder unwinder(MAX_FRAMES, dataPtr->maps, regs.get(), dataPtr->processMemory); in UnwindLocal() local
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
Dsample_stack_printer.h47 …SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(… in SampleStackPrinter()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
Dthread_sampler_utils.cpp75 void DoUnwind(const std::shared_ptr<Unwinder>& unwinder, UnwindInfo& unwindInfo) in DoUnwind()