Home
last modified time | relevance | path

Searched refs:sectionEventdesc (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp140 const auto& sectionEventdesc = *static_cast<const PerfFileSectionEventDesc*>(featureSection); in LoadEventDesc() local
141 TS_LOGI("Event descriptions: %zu", sectionEventdesc.eventDesces_.size()); in LoadEventDesc()
142 for (size_t i = 0; i < sectionEventdesc.eventDesces_.size(); i++) { in LoadEventDesc()
143 const auto& fileAttr = sectionEventdesc.eventDesces_[i]; in LoadEventDesc()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp137 const auto& sectionEventdesc = *static_cast<const PerfFileSectionEventDesc*>(featureSection); in LoadEventDesc() local
138 TS_LOGI("Event descriptions: %zu", sectionEventdesc.eventDesces_.size()); in LoadEventDesc()
139 for (size_t i = 0; i < sectionEventdesc.eventDesces_.size(); i++) { in LoadEventDesc()
140 const auto& fileAttr = sectionEventdesc.eventDesces_[i]; in LoadEventDesc()
/developtools/hiperf/include/
Dsubcommand_dump.h117 void PrintFeatureEventdesc(int indent, const PerfFileSectionEventDesc &sectionEventdesc);
/developtools/hiperf/src/
Dsubcommand_dump.cpp483 const PerfFileSectionEventDesc &sectionEventdesc) in PrintFeatureEventdesc() argument
485 PrintIndent(LEVEL2, "Event descriptions: %zu\n", sectionEventdesc.eventDesces_.size()); in PrintFeatureEventdesc()
486 for (size_t i = 0; i < sectionEventdesc.eventDesces_.size(); i++) { in PrintFeatureEventdesc()
487 const AttrWithId &desc = sectionEventdesc.eventDesces_[i]; in PrintFeatureEventdesc()
Dsubcommand_report.cpp351 const PerfFileSectionEventDesc &sectionEventdesc = in LoadEventDesc() local
353 HLOGV("Event descriptions: %zu", sectionEventdesc.eventDesces_.size()); in LoadEventDesc()
354 for (size_t i = 0; i < sectionEventdesc.eventDesces_.size(); i++) { in LoadEventDesc()
355 const AttrWithId &fileAttr = sectionEventdesc.eventDesces_[i]; in LoadEventDesc()