Searched refs:selectEvents_ (Results 1 – 5 of 5) sorted by relevance
58 return selectEvents_; in GetSelectEvents()209 std::vector<std::string> selectEvents_ = {"hw-cpu-cycles:u"}; variable
122 printf(" selectEvents:\t%s\n", VectorToString(selectEvents_).c_str()); in DumpOptions()233 if (!Option::GetOptionValue(args, "-e", selectEvents_)) { in GetOptions()816 if (selectEvents_.empty() && selectGroups_.empty()) { in PreparePerfEvent()817 selectEvents_.push_back("hw-cpu-cycles"); in PreparePerfEvent()820 if (!perfEvents_.AddEvents(selectEvents_)) { in PreparePerfEvent()832 if (std::find(selectEvents_.begin(), selectEvents_.end(), "sched_switch") != in PreparePerfEvent()833 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()696 if (selectEvents_.empty() && selectGroups_.empty()) { in PrepairEvents()700 for (auto events : selectEvents_) { in PrepairEvents()
100 std::vector<std::vector<std::string>> selectEvents_; variable
232 std::vector<std::string> selectEvents_ = {}; variable