Searched refs:eventDesces (Results 1 – 5 of 5) sorted by relevance
94 std::vector<AttrWithId> eventDesces; variable95 TestEventDescInit(eventDesces);96 ASSERT_TRUE(fileWriter.AddEventDescFeature(FEATURE::RESERVED, eventDesces));
378 const std::vector<AttrWithId> &eventDesces) in PerfFileSectionEventDesc() argument381 eventDesces_ = eventDesces; in PerfFileSectionEventDesc()484 void PerfFileSectionEventDesc::GetValue(std::vector<AttrWithId> &eventDesces) const in GetValue()486 eventDesces = eventDesces_; in GetValue()
415 const std::vector<AttrWithId> &eventDesces) in AddEventDescFeature() argument418 eventDesces.size()); in AddEventDescFeature()419 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
251 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);255 void GetValue(std::vector<AttrWithId> &eventDesces) const;
50 bool AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces);