OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpus_
(Results
1 - 2
of
2
) sorted by null
/system/extras/simpleperf/
cmd_stat.cpp
342
std::vector<int>
cpus_
;
member in class:__anon3018::StatCommand
401
if (!system_wide_collection_ &&
cpus_
.empty()) {
402
cpus_
.push_back(-1); // Monitor on all cpus.
404
if (!event_selection_set_.OpenEventFiles(
cpus_
)) {
427
if (system_wide_collection_ || (!
cpus_
.empty() &&
cpus_
[0] != -1)) {
428
if (!event_selection_set_.HandleCpuHotplugEvents(
cpus_
)) {
497
cpus_
= GetCpusFromString(args[i]);
cmd_record.cpp
281
std::vector<int>
cpus_
;
member in class:RecordCommand
409
if (!event_selection_set_.OpenEventFiles(
cpus_
)) {
606
cpus_
= GetCpusFromString(args[i]);
[
all
...]
Completed in 71 milliseconds