Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
H A Dperf_events_test.cpp125 std::vector<pid_t> selectCpus_; in SetAllConfig() local
126 event.SetCpu(selectCpus_); in SetAllConfig()
205 std::vector<pid_t> selectCpus_; in HWTEST_F() local
206 event.SetCpu(selectCpus_); in HWTEST_F()
292 std::vector<pid_t> selectCpus_; in HWTEST_F() local
293 event.SetCpu(selectCpus_); in HWTEST_F()
/developtools/hiperf/src/
H A Dsubcommand_stat.cpp41 printf(" selectCpus:\t%s\n", VectorToString(selectCpus_).c_str()); in DumpOptions()
74 if (!Option::GetOptionValue(args, "-c", selectCpus_)) { in ParseOption()
654 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()
H A Dsubcommand_record.cpp122 printf(" selectCpus:\t%s\n", VectorToString(selectCpus_).c_str()); in DumpOptions()
269 if (!Option::GetOptionValue(args, "-c", selectCpus_)) { in GetOptions()
396 if (!selectCpus_.empty()) { in CheckSelectCpuPidOption()
398 for (auto cpu : selectCpus_) { in CheckSelectCpuPidOption()
822 perfEvents_.SetCpu(selectCpus_); in PreparePerfEvent()
/developtools/hiperf/include/
H A Dsubcommand_stat.h99 std::vector<int> selectCpus_ = {}; member in OHOS::Developtools::HiPerf::SubCommandStat
H A Dsubcommand_record.h237 std::vector<pid_t> selectCpus_ = {}; member in OHOS::Developtools::HiPerf::SubCommandRecord

Completed in 6 milliseconds