Home
last modified time | relevance | path

Searched defs:unwinder (Results 1 – 18 of 18) 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
138 std::shared_ptr<Unwinder> unwinder = nullptr; variable
176 auto unwinder = std::make_shared<Unwinder>(); variable
198 auto unwinder = std::make_shared<Unwinder>(child); variable
235 std::shared_ptr<Unwinder> unwinder = nullptr; variable
293 auto unwinder = std::make_shared<Unwinder>(child); variable
324 auto unwinder = std::make_shared<Unwinder>(); variable
359 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/tools/process_dump/
Ddfx_unwind_remote.cpp52 std::shared_ptr<Unwinder> unwinder, pid_t vmPid) in UnwindProcess()
97 std::shared_ptr<Unwinder> unwinder, pid_t vmPid) in UnwindKeyThread()
138 …dRemote::UnwindOtherThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, in UnwindOtherThread()
Dprinter.cpp40 std::shared_ptr<Unwinder> unwinder) in PrintDumpHeader()
88 std::shared_ptr<Unwinder> unwinder, std::string& reasonInfo) in PrintReason()
253 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()
Ddfx_unwind_async_thread.cpp125 std::shared_ptr<Unwinder> unwinder = unwinder_; in UnwindThreadFallback() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Dunwind_local_benchmark.cpp38 std::shared_ptr<Unwinder> unwinder = nullptr; member
66 static bool GetUnwinder(void* data, std::shared_ptr<Unwinder>& unwinder) in GetUnwinder()
79 std::shared_ptr<Unwinder> unwinder = nullptr; in UnwinderLocal() local
92 std::shared_ptr<Unwinder> unwinder = nullptr; in UnwinderLocalFp() local
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()
148 std::shared_ptr<Unwinder> unwinder = nullptr; in Run() local
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp100 auto unwinder = std::make_shared<Unwinder>(); variable
144 auto unwinder = std::make_shared<Unwinder>(); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local.cpp46 std::shared_ptr<Unwinder> unwinder = nullptr; in GetBacktraceFramesByTid() local
138 auto unwinder = std::make_shared<Unwinder>(); in GetProcessStacktrace() local
Dbacktrace_local_thread.cpp35 BacktraceLocalThread::BacktraceLocalThread(int32_t tid, std::shared_ptr<Unwinder> unwinder) in BacktraceLocalThread()
/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/
Dsample_stack_printer.h47 …SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(… in SampleStackPrinter()
Dthread_sampler_utils.cpp71 void DoUnwind(ThreadUnwindContext* context, std::shared_ptr<Unwinder> unwinder, UnwindInfo& unwindI… in DoUnwind()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dfault_stack_test.cpp84 auto unwinder = std::make_shared<Unwinder>(); variable
Dprocess_dump_test.cpp158 auto unwinder = std::make_shared<Unwinder>(pid); variable