Searched refs:selectGroups_ (Results 1 – 4 of 4) sorted by relevance
44 printf(" selectGroups:\t%s\n", VectorToString(selectGroups_).c_str()); in DumpOptions()89 if (!Option::GetOptionValue(args, "-g", selectGroups_)) { in ParseOption()693 if (selectEvents_.empty() && selectGroups_.empty()) { in PrepairEvents()703 for (auto events : selectGroups_) { in PrepairEvents()
115 for (auto &group : selectGroups_) { in DumpOptions()225 if (!Option::GetOptionValue(args, "-g", selectGroups_)) { in GetOptions()726 if (selectEvents_.empty() && selectGroups_.empty()) { in PreparePerfEvent()734 for (auto &group : selectGroups_) { in PreparePerfEvent()
101 std::vector<std::vector<std::string>> selectGroups_; variable
210 std::vector<std::vector<std::string>> selectGroups_ = {}; variable