Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A 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
236 std::shared_ptr<Unwinder> unwinder = nullptr; variable
325 auto unwinder = std::make_shared<Unwinder>(); variable
360 auto unwinder = std::make_shared<Unwinder>(); variable
385 auto unwinder = std::make_shared<Unwinder>(); variable
449 auto unwinder = std::make_shared<Unwinder>(); variable
[all …]
H A Dunwinder_pac_test.cpp57 auto unwinder = std::make_shared<Unwinder>(pid); variable
96 auto unwinder = std::make_shared<Unwinder>(pid); variable
H A Dinstr_statistic_test.cpp63 auto unwinder = std::make_shared<Unwinder>(pid); variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A 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
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A 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
H A 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
H A Dfault_stack_test.cpp84 auto unwinder = std::make_shared<Unwinder>(); variable
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A 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()
H A 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()
H A Ddfx_unwind_async_thread.h31 …DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread()
H A Dlock_parser.cpp36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid) in ParseLockInfo()
H A Ddfx_unwind_async_thread.cpp142 std::shared_ptr<Unwinder> unwinder = unwinder_; in UnwindThreadFallback() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A 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
H A 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
H A 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
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp34 BacktraceLocalThread::BacktraceLocalThread(int32_t tid, std::shared_ptr<Unwinder> unwinder) in BacktraceLocalThread()
H A Dbacktrace_local.cpp58 std::shared_ptr<Unwinder> unwinder = nullptr; in GetBacktraceFramesByTid() local
145 auto unwinder = std::make_shared<Unwinder>(); in GetProcessStacktrace() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dsample_stack_printer.h47 …SampleStackPrinter(std::shared_ptr<Unwinder> unwinder, std::shared_ptr<DfxMaps> maps) : unwinder_(… in SampleStackPrinter()
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A 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
H A Dunwind_local_benchmark.cpp77 unwindstack::Unwinder unwinder(MAX_FRAMES, dataPtr->maps, regs.get(), dataPtr->processMemory); in UnwindLocal() local
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/
H A Ddump.cpp80 auto unwinder = std::make_shared<Unwinder>(); in DumpTask() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_utils.cpp75 void DoUnwind(const std::shared_ptr<Unwinder>& unwinder, UnwindInfo& unwindInfo) in DoUnwind()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp2363 auto unwinder = std::make_shared<OHOS::HiviewDFX::Unwinder>(); in DumpHybridStack() local