Searched refs:AttrWithId (Results 1 – 15 of 15) sorted by relevance
36 static void TestEventDescInit(std::vector<AttrWithId> &eventDesc);57 void PerfFileWriterTest::TestEventDescInit(std::vector<AttrWithId> &eventDesc) in TestEventDescInit()77 std::vector<AttrWithId> attrIds;78 AttrWithId attrId;94 std::vector<AttrWithId> eventDesces;113 std::vector<AttrWithId> attrIds;114 AttrWithId attrId;
34 static void TestEventDescInit(std::vector<AttrWithId> &eventDesc, size_t &size);35 static void CompareEventDesc(const std::vector<AttrWithId> &a,36 const std::vector<AttrWithId> &b);199 void PerfFileFormatTest::TestEventDescInit(std::vector<AttrWithId> &eventDesc, size_t &size) in TestEventDescInit()218 void PerfFileFormatTest::CompareEventDesc(const std::vector<AttrWithId> &a, in CompareEventDesc()219 const std::vector<AttrWithId> &b) in CompareEventDesc()237 std::vector<AttrWithId> eventDesc;247 std::vector<AttrWithId> eventDescOut;
48 bool WriteAttrAndId(const std::vector<AttrWithId> &attrIds);51 bool AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces);
244 struct AttrWithId;247 std::vector<AttrWithId> eventDesces_;250 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);254 void GetValue(std::vector<AttrWithId> &eventDesces) const;
93 std::vector<AttrWithId> attrIds_;
41 std::vector<AttrWithId> GetAttrSection() const;
97 struct AttrWithId { struct
378 std::vector<AttrWithId> GetAttrWithId() const;
99 struct AttrWithId { struct
473 const std::vector<AttrWithId> &eventDesces) in PerfFileSectionEventDesc()498 AttrWithId eventDesc; in PerfFileSectionEventDesc()579 void PerfFileSectionEventDesc::GetValue(std::vector<AttrWithId> &eventDesces) const in GetValue()
369 const AttrWithId &fileAttr = sectionEventdesc.eventDesces_[i]; in LoadEventDesc()404 std::vector<AttrWithId> attrIds = recordFileReader_->GetAttrSection(); in LoadAttrSection()406 const AttrWithId &fileAttr = attrIds[i]; in LoadAttrSection()
213 std::vector<AttrWithId> PerfFileReader::GetAttrSection() const in GetAttrSection()215 std::vector<AttrWithId> result(vecAttr_.size()); in GetAttrSection()
253 bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &attrIds) in WriteAttrAndId()420 const std::vector<AttrWithId> &eventDesces) in AddEventDescFeature()
366 const AttrWithId &attr = attrIds_[i]; in DumpAttrPortion()497 const AttrWithId &desc = sectionEventdesc.eventDesces_[i]; in PrintFeatureEventdesc()
1122 std::vector<AttrWithId> PerfEvents::GetAttrWithId() const in GetAttrWithId()1124 std::vector<AttrWithId> result; in GetAttrWithId()1130 AttrWithId attrId; in GetAttrWithId()