Home
last modified time | relevance | path

Searched refs:selectEvents_ (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h58 return selectEvents_; in GetSelectEvents()
209 std::vector<std::string> selectEvents_ = {"hw-cpu-cycles:u"}; variable
/developtools/hiperf/src/
Dsubcommand_record.cpp122 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()
Dsubcommand_stat.cpp43 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()
/developtools/hiperf/include/
Dsubcommand_stat.h100 std::vector<std::vector<std::string>> selectEvents_; variable
Dsubcommand_record.h232 std::vector<std::string> selectEvents_ = {}; variable