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.h100 return selectEvents_; in GetSelectEvents()
247 std::vector<std::string> selectEvents_ = {"hw-cpu-cycles:u"}; variable
/developtools/hiperf/src/
Dsubcommand_record.cpp113 printf(" selectEvents:\t%s\n", VectorToString(selectEvents_).c_str()); in DumpOptions()
222 if (!Option::GetOptionValue(args, "-e", selectEvents_)) { in GetOptions()
726 if (selectEvents_.empty() && selectGroups_.empty()) { in PreparePerfEvent()
727 selectEvents_.push_back("hw-cpu-cycles"); in PreparePerfEvent()
730 if (!perfEvents_.AddEvents(selectEvents_)) { in PreparePerfEvent()
742 if (std::find(selectEvents_.begin(), selectEvents_.end(), "sched_switch") != in PreparePerfEvent()
743 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()
693 if (selectEvents_.empty() && selectGroups_.empty()) { in PrepairEvents()
697 for (auto events : selectEvents_) { in PrepairEvents()
/developtools/hiperf/include/
Dsubcommand_stat.h100 std::vector<std::vector<std::string>> selectEvents_; variable
Dsubcommand_record.h209 std::vector<std::string> selectEvents_ = {}; variable