Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_dumprecord.cpp36 class DumpRecordCommand : public Command { class
38 DumpRecordCommand() in DumpRecordCommand() function in DumpRecordCommand
59 bool DumpRecordCommand::Run(const std::vector<std::string>& args) { in Run()
83 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions()
95 void DumpRecordCommand::DumpFileHeader() { in DumpFileHeader()
160 void DumpRecordCommand::DumpAttrSection() { in DumpAttrSection()
176 void DumpRecordCommand::DumpDataSection() { in DumpDataSection()
183 void DumpRecordCommand::DumpFeatureSection() { in DumpFeatureSection()
228 RegisterCommand("dump", [] { return std::unique_ptr<Command>(new DumpRecordCommand); }); in RegisterDumpRecordCommand()