Lines Matching defs:SubCommandDump
43 bool SubCommandDump::CheckInputFile()
64 bool SubCommandDump::ParseOption(std::vector<std::string> &args)
114 bool SubCommandDump::PrepareDumpOutput()
129 SubCommandDump::~SubCommandDump()
137 bool SubCommandDump::OnSubCommand(std::vector<std::string> &args)
197 bool SubCommandDump::DumpElfFile()
210 bool SubCommandDump::DumpProtoFile()
222 void SubCommandDump::PrintHeaderInfo(const int &indent)
256 void SubCommandDump::DumpPrintFileHeader(int indent)
310 void SubCommandDump::DumpSampleType(uint64_t sampleType, int indent)
324 void SubCommandDump::DumpPrintEventAttr(const perf_event_attr &attr, int indent)
365 void SubCommandDump::DumpAttrPortion(int indent)
382 void SubCommandDump::ExprotUserStack(const PerfRecordSample &recordSample)
404 void SubCommandDump::ExprotUserData(std::unique_ptr<PerfEventRecord> &record)
426 void SubCommandDump::DumpCallChain(int indent, std::unique_ptr<PerfRecordSample> &sample)
439 void SubCommandDump::DumpDataPortion(int indent)
470 void SubCommandDump::PrintSymbolFile(const int &indent, const SymbolFileStruct &symbolFileStruct)
489 void SubCommandDump::PrintFeatureEventdesc(int indent,
503 void SubCommandDump::DumpFeaturePortion(int indent)
563 void SubCommandDump::DumpUniqueStackTableNode(int indent, const PerfFileSectionUniStackTable &uniStackTable)
581 bool SubCommandDump::RegisterSubCommandDump()
583 return SubCommand::RegisterSubCommand("dump", std::make_unique<SubCommandDump>());
586 void SubCommandDump::SetHM()
602 void SubCommandDump::DumpSpeReport()