Searched refs:SubCommandDump (Results 1 – 6 of 6) sorted by relevance
40 bool SubCommandDump::CheckInputFile() in CheckInputFile()61 bool SubCommandDump::ParseOption(std::vector<std::string> &args) in ParseOption()111 bool SubCommandDump::PrepareDumpOutput() in PrepareDumpOutput()126 SubCommandDump::~SubCommandDump() in ~SubCommandDump()134 bool SubCommandDump::OnSubCommand(std::vector<std::string> &args) in OnSubCommand()191 bool SubCommandDump::DumpElfFile() in DumpElfFile()204 bool SubCommandDump::DumpProtoFile() in DumpProtoFile()216 void SubCommandDump::PrintHeaderInfo(const int &indent) in PrintHeaderInfo()250 void SubCommandDump::DumpPrintFileHeader(int indent) in DumpPrintFileHeader()298 void SubCommandDump::DumpSampleType(uint64_t sampleType, int indent) in DumpSampleType()[all …]
76 SubCommandDump::RegisterSubCommandDump(); in main()
282 std::unique_ptr<SubCommandDump> dump = std::make_unique<SubCommandDump>(); in Dump()
52 SubCommandDump::DumpPrintEventAttr(attr, std::numeric_limits<int>::min()); in Open()
34 class SubCommandDump : public SubCommand {36 SubCommandDump() in SubCommandDump() function70 ~SubCommandDump() override;
58 SubCommandDump::RegisterSubCommandDump(); in SetUp()