Searched refs:selectCpus_ (Results 1 – 5 of 5) sorted by relevance
121 std::vector<pid_t> selectCpus_; in SetAllConfig() local122 event.SetCpu(selectCpus_); in SetAllConfig()201 std::vector<pid_t> selectCpus_; variable202 event.SetCpu(selectCpus_);288 std::vector<pid_t> selectCpus_; variable289 event.SetCpu(selectCpus_);
40 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()
110 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()
97 std::vector<int> selectCpus_ = {}; variable
204 std::vector<pid_t> selectCpus_ = {}; variable