Home
last modified time | relevance | path

Searched refs:PerfFileSectionEventDesc (Results 1 – 9 of 9) sorted by relevance

/developtools/hiperf/src/
Dperf_file_format.cpp446 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()
Dsubcommand_report.cpp362 const PerfFileSectionEventDesc &sectionEventdesc = in LoadEventDesc()
363 *static_cast<const PerfFileSectionEventDesc *>(featureSection); in LoadEventDesc()
Dsubcommand_dump.cpp494 const PerfFileSectionEventDesc &sectionEventdesc) in PrintFeatureEventdesc()
531 indent, *static_cast<const PerfFileSectionEventDesc *>(featureSection.get())); in DumpFeaturePortion()
Dperf_file_reader.cpp434 std::make_unique<PerfFileSectionEventDesc>(feature, (char *)&buf[0], buf.size())); in ReadFeatureSection()
Dperf_file_writer.cpp420 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
/developtools/hiperf/include/
Dperf_file_format.h266 class PerfFileSectionEventDesc : public PerfFileSection {
270 PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size);
271 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);
Dsubcommand_dump.h118 void PrintFeatureEventdesc(int indent, const PerfFileSectionEventDesc &sectionEventdesc);
/developtools/hiperf/test/unittest/common/native/
Dperf_file_format_test.cpp235 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/
Dperf_data_parser.cpp498 const auto& sectionEventdesc = *static_cast<const PerfFileSectionEventDesc*>(featureSection); in LoadEventDesc()