Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_file_format.h252 class PerfFileSectionUniStackTable : public PerfFileSection {
255 PerfFileSectionUniStackTable(FEATURE id, in PerfFileSectionUniStackTable() function
258 PerfFileSectionUniStackTable(FEATURE id, const char *buf, size_t size);
Dsubcommand_dump.h113 void DumpUniqueStackTableNode(int indent, const PerfFileSectionUniStackTable &uniStackTable);
/developtools/hiperf/src/
Dsubcommand_dump.cpp277 const PerfFileSectionUniStackTable *sectionUniStackTable = in DumpPrintFileHeader()
278 static_cast<const PerfFileSectionUniStackTable *>(featureSection.get()); in DumpPrintFileHeader()
553 const PerfFileSectionUniStackTable *sectioniStackTable = in DumpFeaturePortion()
554 … static_cast<PerfFileSectionUniStackTable *>(const_cast<PerfFileSection *>(featureSection.get())); in DumpFeaturePortion()
567 void SubCommandDump::DumpUniqueStackTableNode(int indent, const PerfFileSectionUniStackTable &uniSt… in DumpUniqueStackTableNode()
Dperf_file_format.cpp313 PerfFileSectionUniStackTable::PerfFileSectionUniStackTable(FEATURE id, const char *buf, size_t size) in PerfFileSectionUniStackTable() function in OHOS::Developtools::HiPerf::PerfFileSectionUniStackTable
340 bool PerfFileSectionUniStackTable::GetBinary(char *buf, size_t size) in GetBinary()
362 size_t PerfFileSectionUniStackTable::GetSize() in GetSize()
Dsubcommand_report.cpp311 PerfFileSectionUniStackTable *sectioniStackTable = in ProcessUniStackTableData()
312 … static_cast<PerfFileSectionUniStackTable *>(const_cast<PerfFileSection *>(featureSection)); in ProcessUniStackTableData()
Dperf_file_reader.cpp437 … std::make_unique<PerfFileSectionUniStackTable>(feature, (char *)&buf[0], buf.size())); in ReadFeatureSection()
Dperf_file_writer.cpp459 std::make_unique<PerfFileSectionUniStackTable>(feature, table)); in AddUniStackTableFeature()