Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_api.cpp60 class CollectCommand : public Command { class
62 CollectCommand() in CollectCommand() function in simpleperf::__anon75687de90110::CollectCommand
93 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()