Home
last modified time | relevance | path

Searched refs:selectGroups_ (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_stat.cpp44 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()
Dsubcommand_record.cpp124 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()
/developtools/hiperf/include/
Dsubcommand_stat.h101 std::vector<std::vector<std::string>> selectGroups_; variable
Dsubcommand_record.h233 std::vector<std::vector<std::string>> selectGroups_ = {}; variable