• Home
  • Raw
  • Download

Lines Matching refs:SubCommandDump

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()
312 void SubCommandDump::DumpPrintEventAttr(const perf_event_attr &attr, int indent) in DumpPrintEventAttr()
353 void SubCommandDump::DumpAttrPortion(int indent) in DumpAttrPortion()
370 void SubCommandDump::ExprotUserStack(const PerfRecordSample &recordSample) in ExprotUserStack()
392 void SubCommandDump::ExprotUserData(std::unique_ptr<PerfEventRecord> &record) in ExprotUserData()
416 void SubCommandDump::DumpCallChain(int indent, std::unique_ptr<PerfRecordSample> &sample) in DumpCallChain()
429 void SubCommandDump::DumpDataPortion(int indent) in DumpDataPortion()
463 void SubCommandDump::PrintSymbolFile(const int &indent, const SymbolFileStruct &symbolFileStruct) in PrintSymbolFile()
482 void SubCommandDump::PrintFeatureEventdesc(int indent, in PrintFeatureEventdesc()
496 void SubCommandDump::DumpFeaturePortion(int indent) in DumpFeaturePortion()
545 bool SubCommandDump::RegisterSubCommandDump() in RegisterSubCommandDump()
547 return SubCommand::RegisterSubCommand("dump", std::make_unique<SubCommandDump>()); in RegisterSubCommandDump()