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:event_cpus
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
163
struct perf_cpu_map *
event_cpus
= evsel->evlist->core.cpus;
in cs_etm_set_option()
local
168
if (!cpu_map__has(
event_cpus
, i) ||
in cs_etm_set_option()
498
struct perf_cpu_map *
event_cpus
= evlist->core.cpus;
in cs_etm_info_priv_size()
local
502
if (!perf_cpu_map__empty(
event_cpus
)) {
in cs_etm_info_priv_size()
504
if (!cpu_map__has(
event_cpus
, i) ||
in cs_etm_info_priv_size()
645
struct perf_cpu_map *
event_cpus
= session->evlist->core.cpus;
in cs_etm_info_fill()
local
658
if (perf_cpu_map__empty(
event_cpus
)) {
in cs_etm_info_fill()
662
for (i = 0; i < perf_cpu_map__nr(
event_cpus
); i++) {
in cs_etm_info_fill()
663
if (cpu_map__has(
event_cpus
, i) &&
in cs_etm_info_fill()
668
cpu_map =
event_cpus
;
in cs_etm_info_fill()
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
201
struct perf_cpu_map *
event_cpus
= evsel->evlist->core.user_requested_cpus;
in cs_etm_validate_config()
local
208
if (!perf_cpu_map__has(
event_cpus
, cpu) ||
in cs_etm_validate_config()
520
struct perf_cpu_map *
event_cpus
= evlist->core.user_requested_cpus;
in cs_etm_info_priv_size()
local
524
if (!perf_cpu_map__empty(
event_cpus
)) {
in cs_etm_info_priv_size()
528
if (!perf_cpu_map__has(
event_cpus
, cpu) ||
in cs_etm_info_priv_size()
786
struct perf_cpu_map *
event_cpus
= session->evlist->core.user_requested_cpus;
in cs_etm_info_fill()
local
799
if (perf_cpu_map__empty(
event_cpus
)) {
in cs_etm_info_fill()
803
for (i = 0; i < perf_cpu_map__nr(
event_cpus
); i++) {
in cs_etm_info_fill()
806
if (perf_cpu_map__has(
event_cpus
, cpu) &&
in cs_etm_info_fill()
811
cpu_map =
event_cpus
;
in cs_etm_info_fill()
[all...]
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H
A
D
sched-migration.py
167
self.
event_cpus
= []
189
self.
event_cpus
= [cpu]
207
self.
event_cpus
.append(old_cpu)
208
self.
event_cpus
.append(new_cpu)
222
self.
event_cpus
= [cpu]
295
if cpu in slice.
event_cpus
:
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
sched-migration.py
167
self.
event_cpus
= []
189
self.
event_cpus
= [cpu]
207
self.
event_cpus
.append(old_cpu)
208
self.
event_cpus
.append(new_cpu)
222
self.
event_cpus
= [cpu]
295
if cpu in slice.
event_cpus
:
Completed in 5 milliseconds