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:ss_pe_cmp
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-cfg.c
90
CHECKREGIDX(TRCSSPCICRn(0),
ss_pe_cmp
, idx, off_mask);
in etm4_cfg_map_reg_offset()
H
A
D
coresight-etm4x-sysfs.c
246
config->
ss_pe_cmp
[i] = 0x0;
in reset_store()
1830
val = config->
ss_pe_cmp
[config->ss_idx];
in sshot_pe_ctrl_show()
1849
config->
ss_pe_cmp
[idx] = FIELD_PREP(TRCSSPCICRn_PC_MASK, val);
in sshot_pe_ctrl_store()
H
A
D
coresight-etm4x-core.c
477
if (config->ss_ctrl[i] || config->
ss_pe_cmp
[i])
in etm4_enable_hw()
482
etm4x_relaxed_write32(csa, config->
ss_pe_cmp
[i], TRCSSPCICRn(i));
in etm4_enable_hw()
H
A
D
coresight-etm4x.h
827
* @
ss_pe_cmp
: Selects the PE comparator inputs for Single-shot control.
871
u32
ss_pe_cmp
[ETM_MAX_SS_CMP];
member
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x.h
239
* @
ss_pe_cmp
: Selects the PE comparator inputs for Single-shot control.
283
u32
ss_pe_cmp
[ETM_MAX_SS_CMP];
member
H
A
D
coresight-etm4x-sysfs.c
245
config->
ss_pe_cmp
[i] = 0x0;
in reset_store()
1818
val = config->
ss_pe_cmp
[config->ss_idx];
in sshot_pe_ctrl_show()
1837
config->
ss_pe_cmp
[idx] = val & GENMASK(7, 0);
in sshot_pe_ctrl_store()
H
A
D
coresight-etm4x-core.c
173
if (config->ss_ctrl[i] || config->
ss_pe_cmp
[i])
in etm4_enable_hw()
179
writel_relaxed(config->
ss_pe_cmp
[i],
in etm4_enable_hw()
Completed in 16 milliseconds