Searched defs:countEvent (Results 1 – 4 of 4) sorted by relevance
169 const std::unique_ptr<PerfEvents::CountEvent> &countEvent, std::string eventName) in GetCommentConfigName()
1009 auto countEvent = make_unique<CountEvent>(CountEvent {}); in StatReport() local1014 std::unique_ptr<CountEvent> &countEvent = countEvents_[configName]; in StatReport() local
1102 auto countEvent = make_unique<CountEvent>(CountEvent {}); in StatReport() local1107 std::unique_ptr<CountEvent> &countEvent = countEvents_[configName]; in StatReport() local
1716 auto countEvent = make_unique<PerfEvents::CountEvent>(PerfEvents::CountEvent {}); variable