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