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:CS_ETM_PRIV_MAX
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
cs-etm.h
41
CS_ETM_PRIV_MAX
,
enumerator
169
#define CS_ETMV3_PRIV_SIZE (
CS_ETM_PRIV_MAX
* sizeof(u64))
H
A
D
cs-etm.c
2473
for (j = 0; j <
CS_ETM_PRIV_MAX
; j++, i++)
in cs_etm__print_auxtrace_info()
2556
CS_ETM_PRIV_MAX
);
in cs_etm__process_auxtrace_info()
2561
for (k = 0; k <
CS_ETM_PRIV_MAX
; k++)
in cs_etm__process_auxtrace_info()
2566
i +=
CS_ETM_PRIV_MAX
;
in cs_etm__process_auxtrace_info()
2604
* Each of CS_HEADER_VERSION_0_MAX,
CS_ETM_PRIV_MAX
and
in cs_etm__process_auxtrace_info()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cs-etm.h
62
CS_ETM_PRIV_MAX
,
enumerator
223
#define CS_ETMV3_PRIV_SIZE (
CS_ETM_PRIV_MAX
* sizeof(u64))
H
A
D
cs-etm-base.c
109
if (j >=
CS_ETM_PRIV_MAX
)
in cs_etm__print_cpu_metadata_v1()
H
A
D
cs-etm.c
3256
CS_ETM_PRIV_MAX
,
in cs_etm__process_auxtrace_info_full()
3279
* Each of CS_HEADER_VERSION_MAX,
CS_ETM_PRIV_MAX
and
in cs_etm__process_auxtrace_info_full()
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
45
static const char *metadata_etmv3_ro[
CS_ETM_PRIV_MAX
] = {
765
increment =
CS_ETM_PRIV_MAX
;
in cs_etm_get_metadata()
766
nr_trc_params =
CS_ETM_PRIV_MAX
- CS_ETM_ETMCR;
in cs_etm_get_metadata()
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
47
static const char *metadata_etmv3_ro[
CS_ETM_PRIV_MAX
] = {
626
increment =
CS_ETM_PRIV_MAX
;
in cs_etm_get_metadata()
Completed in 11 milliseconds