Home
last modified time | relevance | path

Searched refs:cpus_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dcmd_stat.cpp321 std::vector<int> cpus_; member in __anon3ff1e7bf0111::StatCommand
369 if (!system_wide_collection_ && cpus_.empty()) { in Run()
370 cpus_.push_back(-1); // Monitor on all cpus. in Run()
372 if (!event_selection_set_.OpenEventFiles(cpus_)) { in Run()
389 if (system_wide_collection_ || (!cpus_.empty() && cpus_[0] != -1)) { in Run()
390 if (!event_selection_set_.HandleCpuHotplugEvents(cpus_)) { in Run()
455 cpus_ = GetCpusFromString(args[i]); in ParseOptions()
Dcmd_record.cpp209 std::vector<int> cpus_; member in RecordCommand
279 if (!event_selection_set_.OpenEventFiles(cpus_)) { in Run()
298 if (!event_selection_set_.HandleCpuHotplugEvents(cpus_)) { in Run()
423 cpus_ = GetCpusFromString(args[i]); in ParseOptions()