Searched refs:selectCpus_ (Results 1 – 5 of 5) sorted by relevance
127 std::vector<pid_t> selectCpus_; in SetAllConfig() local128 event.SetCpu(selectCpus_); in SetAllConfig()207 std::vector<pid_t> selectCpus_; variable208 event.SetCpu(selectCpus_);294 std::vector<pid_t> selectCpus_; variable295 event.SetCpu(selectCpus_);
40 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()
115 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()
97 std::vector<int> selectCpus_ = {}; variable
224 std::vector<pid_t> selectCpus_ = {}; variable