Searched defs:countEvent (Results 1 – 3 of 3) sorted by relevance
418 const std::unique_ptr<PerfEvents::CountEvent> &countEvent, const std::string &eventName) in GetCommentConfigName()467 std::string SubCommandStat::GetDetailComments(const std::unique_ptr<PerfEvents::CountEvent> &countE… in GetDetailComments()
1259 auto countEvent = std::make_unique<CountEvent>(CountEvent {}); in StatReport() local1264 const std::unique_ptr<CountEvent> &countEvent = countEvents_[configName]; in StatReport() local
2180 auto countEvent = std::make_unique<PerfEvents::CountEvent>(PerfEvents::CountEvent {}); variable