Home
last modified time | relevance | path

Searched refs:DfxPtrace (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_pac_test.cpp58 bool unwRet = DfxPtrace::Attach(pid); in HWTEST_F()
72 DfxPtrace::Detach(pid); in HWTEST_F()
97 bool unwRet = DfxPtrace::Attach(pid); in HWTEST_F()
106 DfxPtrace::Detach(pid); in HWTEST_F()
H A Dinstr_statistic_test.cpp64 bool unwRet = DfxPtrace::Attach(pid); in HWTEST_F()
78 DfxPtrace::Detach(pid); in HWTEST_F()
H A Dmemory_test.cpp254 DfxPtrace::Attach(pid); in HWTEST_F()
276 DfxPtrace::Detach(pid); in HWTEST_F()
298 DfxPtrace::Attach(pid); in HWTEST_F()
325 DfxPtrace::Detach(pid); in HWTEST_F()
347 DfxPtrace::Attach(pid); in HWTEST_F()
367 DfxPtrace::Detach(pid); in HWTEST_F()
390 DfxPtrace::Attach(getppid()); in HWTEST_F()
405 DfxPtrace::Detach(pid); in HWTEST_F()
426 DfxPtrace::Attach(pid); in HWTEST_F()
437 DfxPtrace in HWTEST_F()
[all...]
H A Dunwinder_test.cpp200 bool unwRet = DfxPtrace::Attach(child); in HWTEST_F()
216 DfxPtrace::Detach(child); in HWTEST_F()
237 bool unwRet = DfxPtrace::Attach(child); in HWTEST_F()
258 DfxPtrace::Detach(child); in HWTEST_F()
295 bool unwRet = DfxPtrace::Attach(child); in HWTEST_F()
313 DfxPtrace::Detach(child); in HWTEST_F()
419 bool unwRet = DfxPtrace::Attach(child); in HWTEST_F()
437 DfxPtrace::Detach(child); in HWTEST_F()
492 bool unwRet = DfxPtrace::Attach(child); in HWTEST_F()
501 DfxPtrace in HWTEST_F()
[all...]
H A Dregs_test.cpp284 DfxPtrace::Attach(pid); in HWTEST_F()
294 DfxPtrace::Detach(pid); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H A Dunwind_remote_benchmark.cpp111 if (!DfxPtrace::Attach(pid)) { in Run()
130 DfxPtrace::Detach(pid); in Run()
154 if (!DfxPtrace::Attach(pid)) { in RunCache()
174 DfxPtrace::Detach(pid); in RunCache()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_ptrace.cpp30 #define LOG_TAG "DfxPtrace"
33 void DfxPtrace::Detach(pid_t tid) in Detach()
41 bool DfxPtrace::Attach(pid_t tid, int timeout) in Attach()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_ptrace.h24 class DfxPtrace { class
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.cpp116 DfxPtrace::Detach(threadInfo_.nsTid); in Detach()
127 if (!DfxPtrace::Attach(threadInfo_.nsTid, timeout)) { in Attach()
H A Ddfx_unwind_remote.cpp121 DfxPtrace::Detach(vmPid); in UnwindProcess()
146 if (DfxPtrace::Attach(vmPid, PTRACE_ATTATCH_KEY_THREAD_TIMEOUT)) { in UnwindKeyThread()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp130 if (!DfxPtrace::Attach(pid)) { in Run()
158 DfxPtrace::Detach(pid); in Run()

Completed in 6 milliseconds