Searched refs:CollectCommand (Results 1 – 1 of 1) sorted by relevance
60 class CollectCommand : public Command { class62 CollectCommand() in CollectCommand() function in simpleperf::__anon75687de90110::CollectCommand93 bool CollectCommand::Run(const std::vector<std::string>& args) { in Run()104 bool CollectCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions()138 void CollectCommand::HandleStopSignal() { in HandleStopSignal()148 bool CollectCommand::CollectRecordingData() { in CollectRecordingData()205 bool CollectCommand::RemoveRecordingData() { in RemoveRecordingData()212 RegisterCommand("api-collect", [] { return std::unique_ptr<Command>(new CollectCommand()); }); in RegisterAPICommands()