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:stop_trace
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H
A
D
ptrace-tar.c
61
FAIL_IF(
stop_trace
(child));
in trace_tar()
72
FAIL_IF(
stop_trace
(child));
in trace_tar_write()
H
A
D
ptrace-gpr.c
67
FAIL_IF(
stop_trace
(child));
in trace_gpr()
H
A
D
ptrace-vsx.c
54
FAIL_IF(
stop_trace
(child));
in trace_vsx()
H
A
D
ptrace-tm-spd-gpr.c
112
FAIL_IF(
stop_trace
(child));
in trace_tm_spd_gpr()
H
A
D
ptrace-tm-gpr.c
105
FAIL_IF(
stop_trace
(child));
in trace_tm_gpr()
H
A
D
ptrace-tm-spd-tar.c
122
FAIL_IF(
stop_trace
(child));
in trace_tm_spd_tar()
H
A
D
ptrace-tm-spd-vsx.c
121
FAIL_IF(
stop_trace
(child));
in trace_tm_spd_vsx()
H
A
D
ptrace-tm-vsx.c
106
FAIL_IF(
stop_trace
(child));
in trace_tm_vsx()
H
A
D
ptrace-tm-spr.c
106
FAIL_IF(
stop_trace
(child));
in trace_tm_spr()
H
A
D
ptrace-tm-tar.c
110
FAIL_IF(
stop_trace
(child));
in trace_tm_tar()
H
A
D
ptrace.h
77
int
stop_trace
(pid_t child)
in stop_trace()
function
116
FAIL_IF(
stop_trace
(child));
in ptrace_read_regs()
134
FAIL_IF(
stop_trace
(child));
in ptrace_write_regs()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H
A
D
ptrace-tar.c
61
FAIL_IF(
stop_trace
(child));
in trace_tar()
72
FAIL_IF(
stop_trace
(child));
in trace_tar_write()
H
A
D
ptrace-vsx.c
54
FAIL_IF(
stop_trace
(child));
in trace_vsx()
H
A
D
ptrace-tm-spd-vsx.c
121
FAIL_IF(
stop_trace
(child));
in trace_tm_spd_vsx()
H
A
D
ptrace-tm-spd-gpr.c
112
FAIL_IF(
stop_trace
(child));
in trace_tm_spd_gpr()
H
A
D
ptrace-tm-gpr.c
105
FAIL_IF(
stop_trace
(child));
in trace_tm_gpr()
H
A
D
ptrace-tm-spd-tar.c
122
FAIL_IF(
stop_trace
(child));
in trace_tm_spd_tar()
H
A
D
ptrace-tm-spr.c
106
FAIL_IF(
stop_trace
(child));
in trace_tm_spr()
H
A
D
ptrace-tm-tar.c
110
FAIL_IF(
stop_trace
(child));
in trace_tm_tar()
H
A
D
ptrace-tm-vsx.c
106
FAIL_IF(
stop_trace
(child));
in trace_tm_vsx()
H
A
D
ptrace-gpr.c
85
FAIL_IF(
stop_trace
(child));
in trace_gpr()
H
A
D
ptrace.h
81
int
stop_trace
(pid_t child)
in stop_trace()
function
120
FAIL_IF(
stop_trace
(child));
in ptrace_read_regs()
138
FAIL_IF(
stop_trace
(child));
in ptrace_write_regs()
/kernel/linux/linux-5.10/drivers/net/fjes/
H
A
D
fjes_hw.h
134
}
stop_trace
;
member
162
}
stop_trace
;
member
H
A
D
fjes_hw.c
1283
req_buf->
stop_trace
.length = FJES_DEV_COMMAND_STOP_DBG_REQ_LEN;
in fjes_hw_stop_debug()
1285
res_buf->
stop_trace
.length = 0;
in fjes_hw_stop_debug()
1286
res_buf->
stop_trace
.code = 0;
in fjes_hw_stop_debug()
1291
if (res_buf->
stop_trace
.length != FJES_DEV_COMMAND_STOP_DBG_RES_LEN) {
in fjes_hw_stop_debug()
1295
switch (res_buf->
stop_trace
.code) {
in fjes_hw_stop_debug()
/kernel/linux/linux-6.6/drivers/net/fjes/
H
A
D
fjes_hw.h
134
}
stop_trace
;
member
162
}
stop_trace
;
member
Completed in 10 milliseconds
1
2