Home
last modified time | relevance | path

Searched refs:selectCpus_ (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp127 std::vector<pid_t> selectCpus_; in SetAllConfig() local
128 event.SetCpu(selectCpus_); in SetAllConfig()
207 std::vector<pid_t> selectCpus_; variable
208 event.SetCpu(selectCpus_);
294 std::vector<pid_t> selectCpus_; variable
295 event.SetCpu(selectCpus_);
/developtools/hiperf/src/
Dsubcommand_stat.cpp40 printf(" selectCpus:\t%s\n", VectorToString(selectCpus_).c_str()); in DumpOptions()
73 if (!Option::GetOptionValue(args, "-c", selectCpus_)) { in ParseOption()
648 perfEvents_.SetCpu(selectCpus_); in OnSubCommand()
709 if (!selectCpus_.empty()) { in CheckSelectCpuPidOption()
711 if (!(selectCpus_.size() == 1 && selectCpus_.front() == -1)) { in CheckSelectCpuPidOption()
713 for (auto cpu : selectCpus_) { in CheckSelectCpuPidOption()
723 selectCpus_.push_back(-1); in CheckSelectCpuPidOption()
Dsubcommand_record.cpp115 printf(" selectCpus:\t%s\n", VectorToString(selectCpus_).c_str()); in DumpOptions()
219 if (!Option::GetOptionValue(args, "-c", selectCpus_)) { in GetOptions()
341 if (!selectCpus_.empty()) { in CheckSelectCpuPidOption()
343 for (auto cpu : selectCpus_) { in CheckSelectCpuPidOption()
763 perfEvents_.SetCpu(selectCpus_); in PreparePerfEvent()
/developtools/hiperf/include/
Dsubcommand_stat.h97 std::vector<int> selectCpus_ = {}; variable
Dsubcommand_record.h224 std::vector<pid_t> selectCpus_ = {}; variable