Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp169 const std::unique_ptr<PerfEvents::CountEvent> &countEvent, std::string eventName) in GetCommentConfigName()
Dperf_events.cpp1009 auto countEvent = make_unique<CountEvent>(CountEvent {}); in StatReport() local
1014 std::unique_ptr<CountEvent> &countEvent = countEvents_[configName]; in StatReport() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dperf_events.cpp1102 auto countEvent = make_unique<CountEvent>(CountEvent {}); in StatReport() local
1107 std::unique_ptr<CountEvent> &countEvent = countEvents_[configName]; in StatReport() local
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_stat_test.cpp1716 auto countEvent = make_unique<PerfEvents::CountEvent>(PerfEvents::CountEvent {}); variable