Home
last modified time | relevance | path

Searched refs:StatCommand (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcmd_stat.cpp339 class StatCommand : public Command { class
341 StatCommand() in StatCommand() function in simpleperf::__anone52e4d2b0210::StatCommand
468 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()