Searched refs:sectionEventdesc (Results 1 – 5 of 5) sorted by relevance
140 const auto& sectionEventdesc = *static_cast<const PerfFileSectionEventDesc*>(featureSection); in LoadEventDesc() local141 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()
137 const auto& sectionEventdesc = *static_cast<const PerfFileSectionEventDesc*>(featureSection); in LoadEventDesc() local138 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()
117 void PrintFeatureEventdesc(int indent, const PerfFileSectionEventDesc §ionEventdesc);
483 const PerfFileSectionEventDesc §ionEventdesc) in PrintFeatureEventdesc() argument485 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()
351 const PerfFileSectionEventDesc §ionEventdesc = in LoadEventDesc() local353 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()