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()
693 if (selectEvents_.empty() && selectGroups_.empty()) { in PrepairEvents()
703 for (auto events : selectGroups_) { in PrepairEvents()
Dsubcommand_record.cpp115 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()
/developtools/hiperf/include/
Dsubcommand_stat.h101 std::vector<std::vector<std::string>> selectGroups_; variable
Dsubcommand_record.h210 std::vector<std::vector<std::string>> selectGroups_ = {}; variable