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_MAGIC
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cs-etm-base.c
19
[
CS_ETM_MAGIC
] = " Magic number %llx\n",
29
[
CS_ETM_MAGIC
] = " Magic number %llx\n",
43
[
CS_ETM_MAGIC
] = " Magic number %llx\n",
68
magic = val[i +
CS_ETM_MAGIC
];
in cs_etm__print_cpu_metadata_v0()
77
fprintf(stdout, cs_etm_priv_fmts[
CS_ETM_MAGIC
], val[i++]);
in cs_etm__print_cpu_metadata_v0()
102
magic = val[i +
CS_ETM_MAGIC
];
in cs_etm__print_cpu_metadata_v1()
H
A
D
cs-etm.c
157
*magic = metadata[
CS_ETM_MAGIC
];
in cs_etm__get_magic()
195
if (metadata[
CS_ETM_MAGIC
] == __perf_cs_etmv3_magic) {
in cs_etm__init_pid_fmt()
244
u64 cs_etm_magic = cpu_metadata[
CS_ETM_MAGIC
];
in cs_etm__metadata_get_trace_id()
268
u64 cs_etm_magic = cpu_metadata[
CS_ETM_MAGIC
];
in cs_etm__metadata_set_trace_id()
692
architecture = etm->metadata[i][
CS_ETM_MAGIC
];
in cs_etm__init_trace_params()
2888
metadata[
CS_ETM_MAGIC
] = buff_in[i +
CS_ETM_MAGIC
];
in cs_etm__create_meta_blk()
2907
for (k =
CS_ETM_MAGIC
; k < nr_out_params; k++)
in cs_etm__create_meta_blk()
3133
switch (metadata[j][
CS_ETM_MAGIC
]) {
in cs_etm__has_virtual_ts()
3158
cs_etm_magic = metadata[i][
CS_ETM_MAGIC
];
in cs_etm__map_trace_ids_metadata()
[all...]
H
A
D
cs-etm.h
47
CS_ETM_MAGIC
,
enumerator
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
cs-etm.h
29
CS_ETM_MAGIC
,
enumerator
H
A
D
cs-etm.c
141
*magic = metadata[
CS_ETM_MAGIC
];
in cs_etm__get_magic()
432
architecture = etm->metadata[i][
CS_ETM_MAGIC
];
in cs_etm__init_trace_params()
2444
[
CS_ETM_MAGIC
] = " Magic number %llx\n",
2453
[
CS_ETM_MAGIC
] = " Magic number %llx\n",
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
630
info->priv[*offset +
CS_ETM_MAGIC
] = magic;
in cs_etm_get_metadata()
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
770
info->priv[*offset +
CS_ETM_MAGIC
] = magic;
in cs_etm_get_metadata()
Completed in 12 milliseconds