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:contextid
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
81
u64
contextid
= evsel->core.attr.config &
in cs_etm_validate_context_id()
local
82
(perf_pmu__format_bits(cs_etm_pmu, "
contextid
") |
in cs_etm_validate_context_id()
86
if (!
contextid
)
in cs_etm_validate_context_id()
91
pr_err("%s:
contextid
not supported in ETMv3, disable with %s/
contextid
=0/\n",
in cs_etm_validate_context_id()
108
if (
contextid
&
in cs_etm_validate_context_id()
124
if (
contextid
&
in cs_etm_validate_context_id()
128
* TRCIDR2.VMIDSIZE[14:10] == 0b00100 (32bit virtual
contextid
)
in cs_etm_validate_context_id()
191
* Check whether the requested timestamp and
contextid
options should be
433
"
contextid
",
in cs_etm_recording_options()
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm-perf.c
32
PMU_FORMAT_ATTR(
contextid
, "config:" __stringify(ETM_OPT_CTXTID));
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm-perf.c
74
*
contextid
always traces the "PID". The PID is in CONTEXTIDR_EL1
91
__ATTR(
contextid
, 0444, format_attr_contextid_show, NULL);
Completed in 4 milliseconds