/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_unwind_async_thread.h | 31 DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64_t stackId) in DfxUnwindAsyncThread() argument
|
H A D | lock_parser.cpp | 36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid)
in ParseLockInfo() argument
|
H A D | dfx_unwind_remote.cpp | 80 UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, pid_t vmPid) UnwindProcess() argument 127 UnwindKeyThread(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, pid_t vmPid) UnwindKeyThread() argument 177 UnwindOtherThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, pid_t vmPid) UnwindOtherThread() argument [all...] |
H A D | dfx_unwind_async_thread.cpp | 142 std::shared_ptr<Unwinder> unwinder = unwinder_; in UnwindThreadFallback() local
|
H A D | printer.cpp | 44 PrintDumpHeader(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder) PrintDumpHeader() argument 111 PrintReason(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, std::string& reasonInfo) PrintReason() argument 276 PrintThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder) PrintThreadFaultStackByConfig() argument
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_pac_test.cpp | 57 auto unwinder = std::make_shared<Unwinder>(pid); in HWTEST_F() local 96 auto unwinder = std::make_shared<Unwinder>(pid); in HWTEST_F() local [all...] |
H A D | instr_statistic_test.cpp | 63 auto unwinder = std::make_shared<Unwinder>(pid); in HWTEST_F() local
|
H A D | unwinder_test.cpp | 67 auto unwinder = std::make_shared<Unwinder>(); in HWTEST_F() local 87 auto unwinder = std::make_shared<Unwinder>(); in HWTEST_F() local 111 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 139 std::shared_ptr<Unwinder> unwinder = nullptr; HWTEST_F() local 177 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 199 auto unwinder = std::make_shared<Unwinder>(child); HWTEST_F() local 236 std::shared_ptr<Unwinder> unwinder = nullptr; HWTEST_F() local 294 auto unwinder = std::make_shared<Unwinder>(child); HWTEST_F() local 325 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 360 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 385 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 418 auto unwinder = std::make_shared<Unwinder>(child); HWTEST_F() local 449 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 491 auto unwinder = std::make_shared<Unwinder>(child); HWTEST_F() local 520 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 571 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 609 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 667 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 700 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 728 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 777 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 811 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 859 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 881 auto unwinder = std::make_shared<Unwinder>(initPid); HWTEST_F() local 905 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 925 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 950 auto unwinder = std::make_shared<Unwinder>(getpid()); HWTEST_F() local [all...] |
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | sample_stack_printer.h | 47 SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(unwinder),
in SampleStackPrinter() argument
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | thread_sampler_utils.cpp | 75 void DoUnwind(const std::shared_ptr<Unwinder>& unwinder, UnwindInfo& unwindInfo) in DoUnwind() argument
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_tid_benchmark.cpp | 97 auto unwinder = std::make_shared<Unwinder>(false);
in BenchmarkUnwinderLocalWithTid() local 99 auto unwinder = std::make_shared<Unwinder>();
in BenchmarkUnwinderLocalWithTid() local
|
H A D | unwind_remote_benchmark.cpp | 74 static size_t UnwinderRemote(std::shared_ptr<Unwinder> unwinder, const pid_t tid)
in UnwinderRemote() argument 85 static size_t UnwinderRemoteFp(std::shared_ptr<Unwinder> unwinder, const pid_t tid)
in UnwinderRemoteFp() argument 101 GetUnwinder(pid_t pid, void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp) GetUnwinder() argument 138 std::shared_ptr<Unwinder> unwinder = nullptr; Run() local [all...] |
H A D | unwind_local_benchmark.cpp | 39 std::shared_ptr<Unwinder> unwinder = nullptr;
member 70 static bool GetUnwinder(void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp)
in GetUnwinder() argument 86 std::shared_ptr<Unwinder> unwinder in UnwinderLocal() local [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
H A D | backtrace_local_thread.cpp | 33 BacktraceLocalThread::BacktraceLocalThread(int32_t tid, std::shared_ptr<Unwinder> unwinder) in BacktraceLocalThread() argument
|
H A D | backtrace_local.cpp | 57 std::shared_ptr<Unwinder> unwinder = nullptr; in GetBacktraceFramesByTid() local 148 auto unwinder = std::make_shared<Unwinder>(); in GetProcessStacktrace() local
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | lock_parser_test.cpp | 122 auto unwinder = std::make_shared<Unwinder>(true); in HWTEST_F() local 176 auto unwinder in HWTEST_F() local 228 auto unwinder = std::make_shared<Unwinder>(true); HWTEST_F() local 267 auto unwinder = std::make_shared<Unwinder>(true); HWTEST_F() local 306 auto unwinder = std::make_shared<Unwinder>(true); HWTEST_F() local [all...] |
H A D | fault_stack_test.cpp | 84 auto unwinder = std::make_shared<Unwinder>(); in HWTEST_F() local
|
H A D | process_dump_test.cpp | 201 auto unwinder = std::make_shared<Unwinder>(pid); in HWTEST_F() local 224 auto unwinder = std::make_shared<Unwinder>(pid); in HWTEST_F() local 291 auto unwinder = std::make_shared<Unwinder>(pid); in HWTEST_F() local 316 auto unwinder = std::make_shared<Unwinder>(pid); HWTEST_F() local [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
H A D | backtrace_local_test.cpp | 105 auto unwinder = std::make_shared<Unwinder>(); in HWTEST_F() local 147 auto unwinder = std::make_shared<Unwinder>(); in HWTEST_F() local 261 auto unwinder = std::make_shared<Unwinder>(); in HWTEST_F() local 290 auto unwinder = std::make_shared<Unwinder>(); in HWTEST_F() local 317 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 411 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local 443 auto unwinder = std::make_shared<Unwinder>(); HWTEST_F() local [all...] |