Lines Matching refs:SubCommandStat
36 void SubCommandStat::DumpOptions() const in DumpOptions()
56 bool SubCommandStat::ParseOption(std::vector<std::string> &args) in ParseOption()
131 bool SubCommandStat::ParseSpecialOption(std::vector<std::string> &args) in ParseSpecialOption()
144 void SubCommandStat::PrintUsage() in PrintUsage()
149 void SubCommandStat::SetReportFlags(bool cpuFlag, bool threadFlag) in SetReportFlags()
155 void SubCommandStat::Report(const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &c… in Report()
172 void SubCommandStat::PrintPerHead() in PrintPerHead()
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()
235 void SubCommandStat::GetPerKey(std::string &perKey, const PerfEvents::Summary &summary) in GetPerKey()
248 void SubCommandStat::ReportDetailInfos( in ReportDetailInfos()
280 void SubCommandStat::ReportNormal( 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()
335 std::string SubCommandStat::GetCommentConfigName( 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()
441 std::string SubCommandStat::HandleOtherConfig(double &comment, PerfEvents::Summary &summary, double… in HandleOtherConfig()
455 bool SubCommandStat::IsMonitoredAtAllTime(const double &scale) in IsMonitoredAtAllTime()
461 void SubCommandStat::GetComments(const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent… in GetComments()
550 bool SubCommandStat::FindRunningTime( in FindRunningTime()
572 bool SubCommandStat::FindPercoreRunningTime(PerfEvents::Summary &summary, double &running_time_int_… in FindPercoreRunningTime()
585 bool SubCommandStat::CheckOptionPidAndApp(std::vector<pid_t> pids) in CheckOptionPidAndApp()
597 bool SubCommandStat::CheckOptionPid(std::vector<pid_t> pids) in CheckOptionPid()
612 void SubCommandStat::SetPerfEvent() in SetPerfEvent()
627 bool SubCommandStat::OnSubCommand(std::vector<std::string> &args) in OnSubCommand()
682 return SubCommand::RegisterSubCommand("stat", std::make_unique<SubCommandStat>()); in RegisterSubCommandStat()
685 bool SubCommandStat::PrepairEvents() in PrepairEvents()
707 bool SubCommandStat::CheckSelectCpuPidOption() in CheckSelectCpuPidOption()
746 bool SubCommandStat::CheckOptions(const std::vector<pid_t> &pids) in CheckOptions()