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));
447 const std::vector<AttrWithId> &eventDesces) in PerfFileSectionEventDesc() argument450 eventDesces_ = eventDesces; in PerfFileSectionEventDesc()553 void PerfFileSectionEventDesc::GetValue(std::vector<AttrWithId> &eventDesces) const in GetValue()555 eventDesces = eventDesces_; in GetValue()
416 const std::vector<AttrWithId> &eventDesces) in AddEventDescFeature() argument419 eventDesces.size()); in AddEventDescFeature()420 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
51 bool AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces);
271 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);275 void GetValue(std::vector<AttrWithId> &eventDesces) const;