Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_boot_record.cpp40 class BootRecordCommand : public Command { class
42 BootRecordCommand() in BootRecordCommand() function in simpleperf::__anonfe7e6d150111::BootRecordCommand
74 bool BootRecordCommand::Run(const std::vector<std::string>& args) { in Run()
95 bool BootRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions()
119 bool BootRecordCommand::SetRecordOptions(const std::string& record_options) { in SetRecordOptions()
128 bool BootRecordCommand::CheckRecordOptions(const std::string& record_options) { in CheckRecordOptions()
150 bool BootRecordCommand::CreateOutDir() { in CreateOutDir()
162 bool BootRecordCommand::Record() { in Record()
176 std::string BootRecordCommand::GetDefaultOutputFilename() { in GetDefaultOutputFilename()
189 RegisterCommand("boot-record", [] { return std::unique_ptr<Command>(new BootRecordCommand); }); in RegisterBootRecordCommand()