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:cpus
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hiperf/interfaces/innerkits/native/include/
H
A
D
hiperf_client.h
73
void SetSelectCpus(const std::vector<int> &
cpus
);
/developtools/hiperf/test/unittest/common/native/
H
A
D
hiperf_client_test.cpp
228
vector<int>
cpus
= {0, 1};
in HWTEST_F()
local
229
opt.SetSelectCpus(
cpus
);
in HWTEST_F()
/developtools/ace_js2bundle/ace-loader/src/
H
A
D
genAbc-plugin.js
264
let maxWorkerNumber = isEs2Abc() ? os.
cpus
().length : 3;
577
const fileThreads = os.
cpus
().length < 16 ? os.
cpus
().length : 16;
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
sp_utils.cpp
353
std::string
cpus
;
in GetCpuInfo()
local
354
LoadFile(policyFiles[i] + "/affected_cpus",
cpus
);
in GetCpuInfo()
365
resultMap[nameBase + "cluster"] =
cpus
;
in GetCpuInfo()
/developtools/hiperf/interfaces/innerkits/native/src/
H
A
D
hiperf_client.cpp
191
void RecordOption::SetSelectCpus(const std::vector<int> &
cpus
)
in SetSelectCpus()
argument
193
SetOption(ARG_SELECT_CPUS,
cpus
);
in SetSelectCpus()
/developtools/hiperf/include/
H
A
D
perf_events.h
367
void SetCpu(const std::vector<pid_t>
cpus
); // cpu id must be [0~N]
/developtools/hiperf/src/
H
A
D
perf_events.cpp
768
void PerfEvents::SetCpu(std::vector<pid_t>
cpus
)
in SetCpu()
argument
770
cpus_ =
cpus
;
in SetCpu()
1013
HLOGI("target
cpus
: %ld \n", sysconf(_SC_NPROCESSORS_CONF));
in PrepareFdEvents()
1015
HLOGI("target
cpus
: %zu / %ld (%s)\n", cpus_.size(), sysconf(_SC_NPROCESSORS_CONF),
in PrepareFdEvents()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
5807
long unsigned int
cpus
[0];
member
11667
u16
cpus
[0];
member
15404
cpumask_var_t
cpus
;
member
23596
struct cpumask *
cpus
;
member
23681
long unsigned int
cpus
[0];
member
28425
int
cpus
;
member
38499
long unsigned int
cpus
[4];
member
67241
struct bcm7038_l1_cpu *
cpus
[256];
global()
member
104046
cpumask_var_t
cpus
;
global()
member
138459
cpumask_var_t
cpus
;
global()
member
[all...]
Completed in 469 milliseconds