Searched defs:selectEvents (Results 1 – 2 of 2) sorted by relevance
270 std::vector<std::string> selectEvents = {"hw-cpu-cycles:k"}; variable281 std::vector<std::string> selectEvents = {"hw-cpu-cycles:u"}; variable
215 void RecordOption::SetSelectEvents(const std::vector<std::string> &selectEvents) in SetSelectEvents()