• Home
  • Raw
  • Download

Lines Matching refs:SubCommandStat

36 void SubCommandStat::DumpOptions() const  in DumpOptions()
56 bool SubCommandStat::ParseOption(std::vector<std::string> &args) in ParseOption()
137 bool SubCommandStat::ParseSpecialOption(std::vector<std::string> &args) in ParseSpecialOption()
150 void SubCommandStat::PrintUsage() in PrintUsage()
155 void SubCommandStat::SetReportFlags(bool cpuFlag, bool threadFlag) in SetReportFlags()
161 void SubCommandStat::Report(const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &c… in Report()
178 void SubCommandStat::PrintPerHead() in PrintPerHead()
195 void SubCommandStat::PrintPerValue(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, const f… in PrintPerValue()
223 void SubCommandStat::InitPerMap(const std::unique_ptr<PerfEvents::ReportSum> &newPerMap, in InitPerMap()
239 void SubCommandStat::GetPerKey(std::string &perKey, const PerfEvents::Summary &summary) in GetPerKey()
252 void SubCommandStat::ReportDetailInfos( in ReportDetailInfos()
285 void SubCommandStat::ReportNormal( in ReportNormal()
314 bool SubCommandStat::FindEventCount(const std::map<std::string, std::unique_ptr<PerfEvents::CountEv… in FindEventCount()
330 bool SubCommandStat::FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double … in FindPerCoreEventCount()
340 std::string SubCommandStat::GetCommentConfigName( in GetCommentConfigName()
357 void SubCommandStat::FormatComments(const std::unique_ptr<PerfEvents::ReportSum> &reportSum, std::s… in FormatComments()
394 std::string SubCommandStat::GetDetailComments(const std::unique_ptr<PerfEvents::CountEvent> &countE… in GetDetailComments()
446 std::string SubCommandStat::HandleOtherConfig(double &comment, PerfEvents::Summary &summary, double… in HandleOtherConfig()
460 bool SubCommandStat::IsMonitoredAtAllTime(const double &scale) in IsMonitoredAtAllTime()
466 void SubCommandStat::GetComments(const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent… in GetComments()
555 bool SubCommandStat::FindRunningTime( in FindRunningTime()
577 bool SubCommandStat::FindPercoreRunningTime(PerfEvents::Summary &summary, double &running_time_int_… in FindPercoreRunningTime()
590 bool SubCommandStat::CheckOptionPidAndApp(std::vector<pid_t> pids) in CheckOptionPidAndApp()
602 bool SubCommandStat::CheckOptionPid(std::vector<pid_t> pids) in CheckOptionPid()
617 void SubCommandStat::SetPerfEvent() in SetPerfEvent()
632 bool SubCommandStat::OnSubCommand(std::vector<std::string> &args) in OnSubCommand()
688 return SubCommand::RegisterSubCommand("stat", std::make_unique<SubCommandStat>()); in RegisterSubCommandStat()
691 bool SubCommandStat::PrepairEvents() in PrepairEvents()
713 bool SubCommandStat::CheckSelectCpuPidOption() in CheckSelectCpuPidOption()
752 bool SubCommandStat::CheckOptions(const std::vector<pid_t> &pids) in CheckOptions()