Searched refs:StatCommand (Results 1 – 1 of 1) sorted by relevance
259 class StatCommand : public Command { class261 StatCommand() in StatCommand() function in __anon3ff1e7bf0111::StatCommand327 bool StatCommand::Run(const std::vector<std::string>& args) { in Run()444 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions()544 bool StatCommand::AddDefaultMeasuredEventTypes() { in AddDefaultMeasuredEventTypes()563 void StatCommand::SetEventSelectionFlags() { in SetEventSelectionFlags()567 bool StatCommand::ShowCounters(const std::vector<CountersInfo>& counters, in ShowCounters()631 [] { return std::unique_ptr<Command>(new StatCommand); }); in RegisterStatCommand()