Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DfxPtrace
(Results
1 - 11
of
11
) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
unwinder_pac_test.cpp
58
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
D
instr_statistic_test.cpp
64
bool unwRet =
DfxPtrace
::Attach(pid);
in HWTEST_F()
78
DfxPtrace
::Detach(pid);
in HWTEST_F()
H
A
D
memory_test.cpp
254
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
D
unwinder_test.cpp
200
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
D
regs_test.cpp
284
DfxPtrace
::Attach(pid);
in HWTEST_F()
294
DfxPtrace
::Detach(pid);
in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H
A
D
unwind_remote_benchmark.cpp
111
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
D
dfx_ptrace.cpp
30
#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
D
dfx_ptrace.h
24
class
DfxPtrace
{
class
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
dfx_thread.cpp
116
DfxPtrace
::Detach(threadInfo_.nsTid);
in Detach()
127
if (!
DfxPtrace
::Attach(threadInfo_.nsTid, timeout)) {
in Attach()
H
A
D
dfx_unwind_remote.cpp
121
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
D
unwind_remote_benchmark.cpp
130
if (!
DfxPtrace
::Attach(pid)) {
in Run()
158
DfxPtrace
::Detach(pid);
in Run()
Completed in 5 milliseconds