• Home
  • Raw
  • Download

Lines Matching refs:PerfEvents

155 void SubCommandStat::Report(const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &c…  in Report()
189 void SubCommandStat::PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const f… in PrintPerValue()
219 void SubCommandStat::InitPerMap(const std::unique_ptr<PerfEvents::ReportSum> &newPerMap, in InitPerMap()
220 const PerfEvents::Summary &summary, VirtualRuntime& virtualInstance) in InitPerMap()
235 void SubCommandStat::GetPerKey(std::string &perKey, const PerfEvents::Summary &summary) in GetPerKey()
249 const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &countEvents) in ReportDetailInfos()
252 std::map<std::string, std::unique_ptr<PerfEvents::ReportSum>> perMaps; in ReportDetailInfos()
263 auto perMap = std::make_unique<PerfEvents::ReportSum>(PerfEvents::ReportSum {}); in ReportDetailInfos()
281 const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &countEvents) in ReportNormal()
309 bool SubCommandStat::FindEventCount(const std::map<std::string, std::unique_ptr<PerfEvents::CountEv… in FindEventCount()
325 bool SubCommandStat::FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double … in FindPerCoreEventCount()
336 const std::unique_ptr<PerfEvents::CountEvent> &countEvent, std::string eventName) in GetCommentConfigName()
352 void SubCommandStat::MakeComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::str… in MakeComments()
389 std::string SubCommandStat::GetDetailComments(const std::unique_ptr<PerfEvents::CountEvent> &countE… in GetDetailComments()
390 double &comment, PerfEvents::Summary &summary, std::string &configName) in GetDetailComments()
441 std::string SubCommandStat::HandleOtherConfig(double &comment, PerfEvents::Summary &summary, double… in HandleOtherConfig()
461 void SubCommandStat::GetComments(const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent… in GetComments()
551 const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &countEvents, in FindRunningTime()
572 bool SubCommandStat::FindPercoreRunningTime(PerfEvents::Summary &summary, double &running_time_int_… in FindPercoreRunningTime()