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:start_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
55
FAIL_IF(
start_trace
(child));
in trace_tar()
67
FAIL_IF(
start_trace
(child));
in trace_tar_write()
H
A
D
ptrace-gpr.c
60
FAIL_IF(
start_trace
(child));
in trace_gpr()
H
A
D
ptrace-vsx.c
42
FAIL_IF(
start_trace
(child));
in trace_vsx()
H
A
D
ptrace-tm-spd-gpr.c
98
FAIL_IF(
start_trace
(child));
in trace_tm_spd_gpr()
H
A
D
ptrace-tm-gpr.c
92
FAIL_IF(
start_trace
(child));
in trace_tm_gpr()
H
A
D
ptrace-tm-spd-tar.c
105
FAIL_IF(
start_trace
(child));
in trace_tm_spd_tar()
H
A
D
ptrace-tm-spd-vsx.c
101
FAIL_IF(
start_trace
(child));
in trace_tm_spd_vsx()
H
A
D
ptrace-tm-vsx.c
89
FAIL_IF(
start_trace
(child));
in trace_tm_vsx()
H
A
D
ptrace-tm-spr.c
99
FAIL_IF(
start_trace
(child));
in trace_tm_spr()
H
A
D
ptrace-tm-tar.c
94
FAIL_IF(
start_trace
(child));
in trace_tm_tar()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H
A
D
ptrace-tar.c
55
FAIL_IF(
start_trace
(child));
in trace_tar()
67
FAIL_IF(
start_trace
(child));
in trace_tar_write()
H
A
D
ptrace-vsx.c
42
FAIL_IF(
start_trace
(child));
in trace_vsx()
H
A
D
ptrace-tm-spd-vsx.c
101
FAIL_IF(
start_trace
(child));
in trace_tm_spd_vsx()
H
A
D
ptrace-tm-spd-gpr.c
98
FAIL_IF(
start_trace
(child));
in trace_tm_spd_gpr()
H
A
D
ptrace-tm-gpr.c
92
FAIL_IF(
start_trace
(child));
in trace_tm_gpr()
H
A
D
ptrace-tm-spd-tar.c
105
FAIL_IF(
start_trace
(child));
in trace_tm_spd_tar()
H
A
D
ptrace-tm-spr.c
99
FAIL_IF(
start_trace
(child));
in trace_tm_spr()
H
A
D
ptrace-tm-tar.c
94
FAIL_IF(
start_trace
(child));
in trace_tm_tar()
H
A
D
ptrace-tm-vsx.c
89
FAIL_IF(
start_trace
(child));
in trace_tm_vsx()
/kernel/linux/linux-5.10/drivers/net/fjes/
H
A
D
fjes_trace.h
206
__entry->length = req_buf->
start_trace
.length;
207
__entry->mode = req_buf->
start_trace
.mode;
208
__entry->buffer = req_buf->
start_trace
.buffer[0];
222
__entry->length = res_buf->
start_trace
.length;
223
__entry->code = res_buf->
start_trace
.code;
H
A
D
fjes_hw.c
1219
req_buf->
start_trace
.length =
in fjes_hw_start_debug()
1221
req_buf->
start_trace
.mode = hw->debug_mode;
in fjes_hw_start_debug()
1222
req_buf->
start_trace
.buffer_len = hw->hw_info.trace_size;
in fjes_hw_start_debug()
1226
req_buf->
start_trace
.buffer[i] =
in fjes_hw_start_debug()
1231
res_buf->
start_trace
.length = 0;
in fjes_hw_start_debug()
1232
res_buf->
start_trace
.code = 0;
in fjes_hw_start_debug()
1238
if (res_buf->
start_trace
.length !=
in fjes_hw_start_debug()
1243
switch (res_buf->
start_trace
.code) {
in fjes_hw_start_debug()
H
A
D
fjes_hw.h
131
}
start_trace
;
member
158
}
start_trace
;
member
/kernel/linux/linux-6.6/drivers/net/fjes/
H
A
D
fjes_trace.h
206
__entry->length = req_buf->
start_trace
.length;
207
__entry->mode = req_buf->
start_trace
.mode;
208
__entry->buffer = req_buf->
start_trace
.buffer[0];
222
__entry->length = res_buf->
start_trace
.length;
223
__entry->code = res_buf->
start_trace
.code;
H
A
D
fjes_hw.c
1220
req_buf->
start_trace
.length =
in fjes_hw_start_debug()
1222
req_buf->
start_trace
.mode = hw->debug_mode;
in fjes_hw_start_debug()
1223
req_buf->
start_trace
.buffer_len = hw->hw_info.trace_size;
in fjes_hw_start_debug()
1227
req_buf->
start_trace
.buffer[i] =
in fjes_hw_start_debug()
1232
res_buf->
start_trace
.length = 0;
in fjes_hw_start_debug()
1233
res_buf->
start_trace
.code = 0;
in fjes_hw_start_debug()
1239
if (res_buf->
start_trace
.length !=
in fjes_hw_start_debug()
1244
switch (res_buf->
start_trace
.code) {
in fjes_hw_start_debug()
H
A
D
fjes_hw.h
131
}
start_trace
;
member
158
}
start_trace
;
member
Completed in 11 milliseconds
1
2