Searched refs:PerfFileSectionUniStackTable (Results 1 – 7 of 7) sorted by relevance
| /developtools/hiperf/include/ |
| D | perf_file_format.h | 231 class PerfFileSectionUniStackTable : public PerfFileSection { 234 PerfFileSectionUniStackTable(const FEATURE id, in PerfFileSectionUniStackTable() function 237 PerfFileSectionUniStackTable(const FEATURE id, const char *buf, const size_t size);
|
| D | subcommand_dump.h | 114 …void DumpUniqueStackTableNode(const int indent, const PerfFileSectionUniStackTable &uniStackTable);
|
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 296 const PerfFileSectionUniStackTable *sectionUniStackTable = in DumpPrintFileHeader() 297 static_cast<const PerfFileSectionUniStackTable *>(featureSection.get()); in DumpPrintFileHeader() 568 const PerfFileSectionUniStackTable *sectioniStackTable = in DumpFeaturePortion() 569 … static_cast<PerfFileSectionUniStackTable *>(const_cast<PerfFileSection *>(featureSection.get())); in DumpFeaturePortion() 582 void SubCommandDump::DumpUniqueStackTableNode(const int indent, const PerfFileSectionUniStackTable … in DumpUniqueStackTableNode()
|
| D | perf_file_format.cpp | 331 PerfFileSectionUniStackTable::PerfFileSectionUniStackTable(const FEATURE id, const char *buf, const… in PerfFileSectionUniStackTable() function in OHOS::Developtools::HiPerf::PerfFileSectionUniStackTable 357 bool PerfFileSectionUniStackTable::GetBinary(char *buf, const size_t size) in GetBinary() 385 size_t PerfFileSectionUniStackTable::GetSize() in GetSize()
|
| D | subcommand_report.cpp | 316 PerfFileSectionUniStackTable *sectioniStackTable = in ProcessUniStackTableData() 317 … static_cast<PerfFileSectionUniStackTable *>(const_cast<PerfFileSection *>(featureSection)); in ProcessUniStackTableData()
|
| D | perf_file_reader.cpp | 426 … std::make_unique<PerfFileSectionUniStackTable>(feature, (char *)&buf[0], buf.size())); in ReadFeatureSection()
|
| D | perf_file_writer.cpp | 538 std::make_unique<PerfFileSectionUniStackTable>(feature, table)); in AddUniStackTableFeature()
|