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:selectCpus_
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hiperf/test/unittest/common/native/
H
A
D
perf_events_test.cpp
125
std::vector<pid_t>
selectCpus_
;
in SetAllConfig()
local
126
event.SetCpu(
selectCpus_
);
in SetAllConfig()
205
std::vector<pid_t>
selectCpus_
;
in HWTEST_F()
local
206
event.SetCpu(
selectCpus_
);
in HWTEST_F()
292
std::vector<pid_t>
selectCpus_
;
in HWTEST_F()
local
293
event.SetCpu(
selectCpus_
);
in HWTEST_F()
/developtools/hiperf/src/
H
A
D
subcommand_stat.cpp
41
printf(" selectCpus:\t%s\n", VectorToString(
selectCpus_
).c_str());
in DumpOptions()
74
if (!Option::GetOptionValue(args, "-c",
selectCpus_
)) {
in ParseOption()
654
perfEvents_.SetCpu(
selectCpus_
);
in OnSubCommand()
715
if (!
selectCpus_
.empty()) {
in CheckSelectCpuPidOption()
717
if (!(
selectCpus_
.size() == 1 &&
selectCpus_
.front() == -1)) {
in CheckSelectCpuPidOption()
719
for (auto cpu :
selectCpus_
) {
in CheckSelectCpuPidOption()
729
selectCpus_
.push_back(-1);
in CheckSelectCpuPidOption()
H
A
D
subcommand_record.cpp
122
printf(" selectCpus:\t%s\n", VectorToString(
selectCpus_
).c_str());
in DumpOptions()
269
if (!Option::GetOptionValue(args, "-c",
selectCpus_
)) {
in GetOptions()
396
if (!
selectCpus_
.empty()) {
in CheckSelectCpuPidOption()
398
for (auto cpu :
selectCpus_
) {
in CheckSelectCpuPidOption()
822
perfEvents_.SetCpu(
selectCpus_
);
in PreparePerfEvent()
/developtools/hiperf/include/
H
A
D
subcommand_stat.h
99
std::vector<int>
selectCpus_
= {};
member in OHOS::Developtools::HiPerf::SubCommandStat
H
A
D
subcommand_record.h
237
std::vector<pid_t>
selectCpus_
= {};
member in OHOS::Developtools::HiPerf::SubCommandRecord
Completed in 6 milliseconds