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:nr_pe_cmp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x.h
368
* @
nr_pe_cmp
: The number of processing entity comparator inputs that are
427
u8
nr_pe_cmp
;
member
H
A
D
coresight-etm4x-core.c
145
if (drvdata->
nr_pe_cmp
)
in etm4_enable_hw()
743
drvdata->
nr_pe_cmp
= BMVAL(etmidr4, 12, 15);
in etm4_init_arch_data()
1203
if (drvdata->
nr_pe_cmp
)
in etm4_cpu_save()
1314
if (drvdata->
nr_pe_cmp
)
in etm4_cpu_restore()
H
A
D
coresight-etm4x-sysfs.c
63
val = drvdata->
nr_pe_cmp
;
in nr_pe_cmp_show()
66
static DEVICE_ATTR_RO(
nr_pe_cmp
);
1342
if (!drvdata->
nr_pe_cmp
)
in vinst_pe_cmp_start_stop_show()
1357
if (!drvdata->
nr_pe_cmp
)
in vinst_pe_cmp_start_stop_store()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-core.c
453
if (drvdata->
nr_pe_cmp
)
in etm4_enable_hw()
1254
drvdata->
nr_pe_cmp
= FIELD_GET(TRCIDR4_NUMPC_MASK, etmidr4);
in etm4_init_arch_data()
1702
if (drvdata->
nr_pe_cmp
)
in __etm4_cpu_save()
1833
if (drvdata->
nr_pe_cmp
)
in __etm4_cpu_restore()
H
A
D
coresight-etm4x-sysfs.c
64
val = drvdata->
nr_pe_cmp
;
in nr_pe_cmp_show()
67
static DEVICE_ATTR_RO(
nr_pe_cmp
);
1351
if (!drvdata->
nr_pe_cmp
)
in vinst_pe_cmp_start_stop_show()
1366
if (!drvdata->
nr_pe_cmp
)
in vinst_pe_cmp_start_stop_store()
H
A
D
coresight-etm4x.h
957
* @
nr_pe_cmp
: The number of processing entity comparator inputs that are
1023
u8
nr_pe_cmp
;
member
Completed in 16 milliseconds