/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
D | unwinder_test.cpp | 67 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 …]
|
D | unwinder_pac_test.cpp | 57 auto unwinder = std::make_shared<Unwinder>(pid); variable 96 auto unwinder = std::make_shared<Unwinder>(pid); variable
|
D | instr_statistic_test.cpp | 63 auto unwinder = std::make_shared<Unwinder>(pid); variable
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_unwind_remote.cpp | 52 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()
|
D | printer.cpp | 40 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()
|
D | dfx_unwind_async_thread.h | 31 …DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread()
|
D | dfx_unwind_async_thread.cpp | 125 std::shared_ptr<Unwinder> unwinder = unwinder_; in UnwindThreadFallback() local
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
D | unwind_local_benchmark.cpp | 38 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
|
D | unwind_remote_benchmark.cpp | 74 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/ |
D | backtrace_local_test.cpp | 100 auto unwinder = std::make_shared<Unwinder>(); variable 144 auto unwinder = std::make_shared<Unwinder>(); variable
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
D | backtrace_local.cpp | 46 std::shared_ptr<Unwinder> unwinder = nullptr; in GetBacktraceFramesByTid() local 138 auto unwinder = std::make_shared<Unwinder>(); in GetProcessStacktrace() local
|
D | backtrace_local_thread.cpp | 35 BacktraceLocalThread::BacktraceLocalThread(int32_t tid, std::shared_ptr<Unwinder> unwinder) in BacktraceLocalThread()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
D | unwind_remote_benchmark.cpp | 107 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
|
D | unwind_local_benchmark.cpp | 77 unwindstack::Unwinder unwinder(MAX_FRAMES, dataPtr->maps, regs.get(), dataPtr->processMemory); in UnwindLocal() local
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | sample_stack_printer.h | 47 …SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(… in SampleStackPrinter()
|
D | thread_sampler_utils.cpp | 71 void DoUnwind(ThreadUnwindContext* context, std::shared_ptr<Unwinder> unwinder, UnwindInfo& unwindI… in DoUnwind()
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | fault_stack_test.cpp | 84 auto unwinder = std::make_shared<Unwinder>(); variable
|
D | process_dump_test.cpp | 158 auto unwinder = std::make_shared<Unwinder>(pid); variable
|