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:trace_config
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.c
225
void *
trace_config
)
in cs_etm_decoder__create_packet_printer()
231
trace_config
, &csid))
in cs_etm_decoder__create_packet_printer()
247
void *
trace_config
;
in cs_etm_decoder__create_etm_packet_printer()
local
256
trace_config
= &config_etmv3;
in cs_etm_decoder__create_etm_packet_printer()
261
trace_config
= &trace_config_etmv4;
in cs_etm_decoder__create_etm_packet_printer()
269
trace_config
);
in cs_etm_decoder__create_etm_packet_printer()
589
void *
trace_config
;
in cs_etm_decoder__create_etm_packet_decoder()
local
599
trace_config
= &config_etmv3;
in cs_etm_decoder__create_etm_packet_decoder()
604
trace_config
= &trace_config_etmv4;
in cs_etm_decoder__create_etm_packet_decoder()
613
trace_config
,
in cs_etm_decoder__create_etm_packet_decoder()
223
cs_etm_decoder__create_packet_printer(struct cs_etm_decoder *decoder, const char *decoder_name, void *
trace_config
)
cs_etm_decoder__create_packet_printer()
argument
[all...]
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H
A
D
ivpu_jsm_msg.c
158
req.payload.
trace_config
.trace_level = trace_level;
in ivpu_jsm_trace_set_config()
159
req.payload.
trace_config
.trace_destination_mask = trace_destination_mask;
in ivpu_jsm_trace_set_config()
160
req.payload.
trace_config
.trace_hw_component_mask = trace_hw_component_mask;
in ivpu_jsm_trace_set_config()
H
A
D
vpu_jsm_api.h
966
struct vpu_ipc_msg_payload_trace_config
trace_config
;
member
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.c
654
void *
trace_config
;
in cs_etm_decoder__create_etm_decoder()
local
665
trace_config
= &config_etmv3;
in cs_etm_decoder__create_etm_decoder()
671
trace_config
= &trace_config_etmv4;
in cs_etm_decoder__create_etm_decoder()
677
trace_config
= &trace_config_ete;
in cs_etm_decoder__create_etm_decoder()
691
trace_config
, &csid))
in cs_etm_decoder__create_etm_decoder()
703
trace_config
, &csid))
in cs_etm_decoder__create_etm_decoder()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
BusLogic.c
443
if (blogic_global_options.
trace_config
)
in blogic_cmd()
500
if (blogic_global_options.
trace_config
) {
in blogic_cmd()
3796
blogic_global_options.
trace_config
= true;
in blogic_parseopts()
3802
blogic_global_options.
trace_config
= true;
in blogic_parseopts()
H
A
D
BusLogic.h
261
bool
trace_config
:1; /* Bit 2 */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
BusLogic.c
443
if (blogic_global_options.
trace_config
)
in blogic_cmd()
500
if (blogic_global_options.
trace_config
) {
in blogic_cmd()
3622
blogic_global_options.
trace_config
= true;
in blogic_parseopts()
3628
blogic_global_options.
trace_config
= true;
in blogic_parseopts()
H
A
D
BusLogic.h
253
bool
trace_config
:1; /* Bit 2 */
member
Completed in 18 milliseconds