Searched refs:selectEvents_ (Results 1 – 5 of 5) sorted by relevance
101 return selectEvents_; in GetSelectEvents()248 std::vector<std::string> selectEvents_ = {"hw-cpu-cycles:u"}; variable
118 printf(" selectEvents:\t%s\n", VectorToString(selectEvents_).c_str()); in DumpOptions()228 if (!Option::GetOptionValue(args, "-e", selectEvents_)) { in GetOptions()795 if (selectEvents_.empty() && selectGroups_.empty()) { in PreparePerfEvent()796 selectEvents_.push_back("hw-cpu-cycles"); in PreparePerfEvent()799 if (!perfEvents_.AddEvents(selectEvents_)) { in PreparePerfEvent()811 if (std::find(selectEvents_.begin(), selectEvents_.end(), "sched_switch") != in PreparePerfEvent()812 selectEvents_.end()) { in PreparePerfEvent()
43 printf(" selectEvents:\t%s\n", VectorToString(selectEvents_).c_str()); in DumpOptions()85 if (!Option::GetOptionValue(args, "-e", selectEvents_)) { in ParseOption()687 if (selectEvents_.empty() && selectGroups_.empty()) { in PrepairEvents()691 for (auto events : selectEvents_) { in PrepairEvents()
100 std::vector<std::vector<std::string>> selectEvents_; variable
229 std::vector<std::string> selectEvents_ = {}; variable