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