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