Searched refs:PerfFileSectionEventDesc (Results 1 – 9 of 9) sorted by relevance
| /developtools/hiperf/src/ |
| D | perf_file_format.cpp | 446 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, in PerfFileSectionEventDesc() function in OHOS::Developtools::HiPerf::PerfFileSectionEventDesc 453 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size) in PerfFileSectionEventDesc() function in OHOS::Developtools::HiPerf::PerfFileSectionEventDesc 506 bool PerfFileSectionEventDesc::GetBinary(char *buf, size_t size) in GetBinary() 539 size_t PerfFileSectionEventDesc::GetSize() in GetSize() 553 void PerfFileSectionEventDesc::GetValue(std::vector<AttrWithId> &eventDesces) const in GetValue()
|
| D | subcommand_report.cpp | 362 const PerfFileSectionEventDesc §ionEventdesc = in LoadEventDesc() 363 *static_cast<const PerfFileSectionEventDesc *>(featureSection); in LoadEventDesc()
|
| D | subcommand_dump.cpp | 494 const PerfFileSectionEventDesc §ionEventdesc) in PrintFeatureEventdesc() 531 indent, *static_cast<const PerfFileSectionEventDesc *>(featureSection.get())); in DumpFeaturePortion()
|
| D | perf_file_reader.cpp | 434 std::make_unique<PerfFileSectionEventDesc>(feature, (char *)&buf[0], buf.size())); in ReadFeatureSection()
|
| D | perf_file_writer.cpp | 420 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
|
| /developtools/hiperf/include/ |
| D | perf_file_format.h | 266 class PerfFileSectionEventDesc : public PerfFileSection { 270 PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size); 271 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);
|
| D | subcommand_dump.h | 118 void PrintFeatureEventdesc(int indent, const PerfFileSectionEventDesc §ionEventdesc);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_file_format_test.cpp | 235 HWTEST_F(PerfFileFormatTest, PerfFileSectionEventDesc, TestSize.Level1) 242 PerfFileSectionEventDesc pfsEventDesc = {FEATURE::EVENT_DESC, eventDesc}; 246 PerfFileSectionEventDesc withBuff(FEATURE::EVENT_DESC, buff, sizeof(buff));
|
| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 498 const auto& sectionEventdesc = *static_cast<const PerfFileSectionEventDesc*>(featureSection); in LoadEventDesc()
|