Home
last modified time | relevance | path

Searched defs:countEvent (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_stat.cpp350 const std::unique_ptr<PerfEvents::CountEvent> &countEvent, std::string eventName) in GetCommentConfigName()
399 std::string SubCommandStat::GetDetailComments(const std::unique_ptr<PerfEvents::CountEvent> &countE… in GetDetailComments()
Dperf_events.cpp1243 auto countEvent = std::make_unique<CountEvent>(CountEvent {}); in StatReport() local
1248 const std::unique_ptr<CountEvent> &countEvent = countEvents_[configName]; in StatReport() local
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_stat_test.cpp2140 auto countEvent = std::make_unique<PerfEvents::CountEvent>(PerfEvents::CountEvent {}); variable