Searched refs:selectEvents_ (Results 1 – 5 of 5) sorted by relevance
100 return selectEvents_; in GetSelectEvents()247 std::vector<std::string> selectEvents_ = {"hw-cpu-cycles:u"}; variable
113 printf(" selectEvents:\t%s\n", VectorToString(selectEvents_).c_str()); in DumpOptions()222 if (!Option::GetOptionValue(args, "-e", selectEvents_)) { in GetOptions()726 if (selectEvents_.empty() && selectGroups_.empty()) { in PreparePerfEvent()727 selectEvents_.push_back("hw-cpu-cycles"); in PreparePerfEvent()730 if (!perfEvents_.AddEvents(selectEvents_)) { in PreparePerfEvent()742 if (std::find(selectEvents_.begin(), selectEvents_.end(), "sched_switch") != in PreparePerfEvent()743 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()693 if (selectEvents_.empty() && selectGroups_.empty()) { in PrepairEvents()697 for (auto events : selectEvents_) { in PrepairEvents()
100 std::vector<std::vector<std::string>> selectEvents_; variable
209 std::vector<std::string> selectEvents_ = {}; variable