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()696 if (selectEvents_.empty() && selectGroups_.empty()) { in PrepairEvents()706 for (auto events : selectGroups_) { in PrepairEvents()
124 for (auto &group : selectGroups_) { in DumpOptions()236 if (!Option::GetOptionValue(args, "-g", selectGroups_)) { in GetOptions()816 if (selectEvents_.empty() && selectGroups_.empty()) { in PreparePerfEvent()824 for (auto &group : selectGroups_) { in PreparePerfEvent()
101 std::vector<std::vector<std::string>> selectGroups_; variable
233 std::vector<std::vector<std::string>> selectGroups_ = {}; variable