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