Searched refs:StatCommand (Results 1 – 1 of 1) sorted by relevance
339 class StatCommand : public Command { class341 StatCommand() in StatCommand() function in simpleperf::__anon32f9a1060211::StatCommand468 bool StatCommand::Run(const std::vector<std::string>& args) { in Run()619 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions()735 bool StatCommand::AddDefaultMeasuredEventTypes() { in AddDefaultMeasuredEventTypes()753 void StatCommand::SetEventSelectionFlags() { in SetEventSelectionFlags()757 void StatCommand::MonitorEachThread() { in MonitorEachThread()782 void StatCommand::AdjustToIntervalOnlyValues(std::vector<CountersInfo>& counters) { in AdjustToIntervalOnlyValues()804 bool StatCommand::ShowCounters(const std::vector<CountersInfo>& counters, double duration_in_sec, in ShowCounters()885 RegisterCommand("stat", [] { return std::unique_ptr<Command>(new StatCommand); }); in RegisterStatCommand()