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.cpp121 std::vector<pid_t> selectCpus_; in SetAllConfig() local
122 event.SetCpu(selectCpus_); in SetAllConfig()
201 std::vector<pid_t> selectCpus_; variable
202 event.SetCpu(selectCpus_);
288 std::vector<pid_t> selectCpus_; variable
289 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()
653 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()
Dsubcommand_record.cpp110 printf(" selectCpus:\t%s\n", VectorToString(selectCpus_).c_str()); in DumpOptions()
210 if (!Option::GetOptionValue(args, "-c", selectCpus_)) { in GetOptions()
321 if (!selectCpus_.empty()) { in CheckSelectCpuPidOption()
323 for (auto cpu : selectCpus_) { in CheckSelectCpuPidOption()
694 perfEvents_.SetCpu(selectCpus_); in PreparePerfEvent()
/developtools/hiperf/include/
Dsubcommand_stat.h97 std::vector<int> selectCpus_ = {}; variable
Dsubcommand_record.h204 std::vector<pid_t> selectCpus_ = {}; variable