Searched refs:BootRecordCommand (Results 1 – 1 of 1) sorted by relevance
40 class BootRecordCommand : public Command { class42 BootRecordCommand() in BootRecordCommand() function in simpleperf::__anonfe7e6d150111::BootRecordCommand74 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()