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:ctxid_idx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm3x-sysfs.c
990
val = config->
ctxid_idx
;
in ctxid_idx_show()
1015
config->
ctxid_idx
= val;
in ctxid_idx_store()
1020
static DEVICE_ATTR_RW(
ctxid_idx
);
1037
val = config->ctxid_pid[config->
ctxid_idx
];
in ctxid_pid_show()
1069
config->ctxid_pid[config->
ctxid_idx
] = pid;
in ctxid_pid_store()
H
A
D
coresight-etm.h
169
* @
ctxid_idx
: index for the context ID registers.
201
u8
ctxid_idx
;
member
H
A
D
coresight-etm4x.h
244
* @
ctxid_idx
: Context ID index selector.
288
u8
ctxid_idx
;
member
H
A
D
coresight-etm4x-sysfs.c
255
config->
ctxid_idx
= 0x0;
in reset_store()
1853
val = config->
ctxid_idx
;
in ctxid_idx_show()
1875
config->
ctxid_idx
= val;
in ctxid_idx_store()
1879
static DEVICE_ATTR_RW(
ctxid_idx
);
1898
idx = config->
ctxid_idx
;
in ctxid_pid_show()
1936
idx = config->
ctxid_idx
;
in ctxid_pid_store()
H
A
D
coresight-etm3x-core.c
230
config->
ctxid_idx
= 0x0;
in etm_set_default()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm3x-sysfs.c
991
val = config->
ctxid_idx
;
in ctxid_idx_show()
1016
config->
ctxid_idx
= val;
in ctxid_idx_store()
1021
static DEVICE_ATTR_RW(
ctxid_idx
);
1038
val = config->ctxid_pid[config->
ctxid_idx
];
in ctxid_pid_show()
1070
config->ctxid_pid[config->
ctxid_idx
] = pid;
in ctxid_pid_store()
H
A
D
coresight-etm.h
169
* @
ctxid_idx
: index for the context ID registers.
201
u8
ctxid_idx
;
member
H
A
D
coresight-etm4x-sysfs.c
256
config->
ctxid_idx
= 0x0;
in reset_store()
1865
val = config->
ctxid_idx
;
in ctxid_idx_show()
1887
config->
ctxid_idx
= val;
in ctxid_idx_store()
1891
static DEVICE_ATTR_RW(
ctxid_idx
);
1910
idx = config->
ctxid_idx
;
in ctxid_pid_show()
1948
idx = config->
ctxid_idx
;
in ctxid_pid_store()
H
A
D
coresight-etm3x-core.c
231
config->
ctxid_idx
= 0x0;
in etm_set_default()
H
A
D
coresight-etm4x.h
832
* @
ctxid_idx
: Context ID index selector.
876
u8
ctxid_idx
;
member
Completed in 18 milliseconds