Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_dump.cpp40 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 …]
Dmain.cpp76 SubCommandDump::RegisterSubCommandDump(); in main()
Dhiperf_libreport.cpp282 std::unique_ptr<SubCommandDump> dump = std::make_unique<SubCommandDump>(); in Dump()
Dperf_events.cpp52 SubCommandDump::DumpPrintEventAttr(attr, std::numeric_limits<int>::min()); in Open()
/developtools/hiperf/include/
Dsubcommand_dump.h34 class SubCommandDump : public SubCommand {
36 SubCommandDump() in SubCommandDump() function
70 ~SubCommandDump() override;
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_dump_test.cpp58 SubCommandDump::RegisterSubCommandDump(); in SetUp()