Home
last modified time | relevance | path

Searched refs:AttrWithId (Results 1 – 15 of 15) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dperf_file_writer_test.cpp36 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;
Dperf_file_format_test.cpp34 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;
/developtools/hiperf/include/
Dperf_file_writer.h48 bool WriteAttrAndId(const std::vector<AttrWithId> &attrIds);
51 bool AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces);
Dperf_file_format.h244 struct AttrWithId;
247 std::vector<AttrWithId> eventDesces_;
250 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);
254 void GetValue(std::vector<AttrWithId> &eventDesces) const;
Dsubcommand_dump.h93 std::vector<AttrWithId> attrIds_;
Dperf_file_reader.h41 std::vector<AttrWithId> GetAttrSection() const;
Dperf_event_record.h97 struct AttrWithId { struct
Dperf_events.h378 std::vector<AttrWithId> GetAttrWithId() const;
/developtools/profiler/device/plugins/native_daemon/include/
Dperf_event_record.h99 struct AttrWithId { struct
/developtools/hiperf/src/
Dperf_file_format.cpp473 const std::vector<AttrWithId> &eventDesces) in PerfFileSectionEventDesc()
498 AttrWithId eventDesc; in PerfFileSectionEventDesc()
579 void PerfFileSectionEventDesc::GetValue(std::vector<AttrWithId> &eventDesces) const in GetValue()
Dsubcommand_report.cpp369 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()
Dperf_file_reader.cpp213 std::vector<AttrWithId> PerfFileReader::GetAttrSection() const in GetAttrSection()
215 std::vector<AttrWithId> result(vecAttr_.size()); in GetAttrSection()
Dperf_file_writer.cpp253 bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &attrIds) in WriteAttrAndId()
420 const std::vector<AttrWithId> &eventDesces) in AddEventDescFeature()
Dsubcommand_dump.cpp366 const AttrWithId &attr = attrIds_[i]; in DumpAttrPortion()
497 const AttrWithId &desc = sectionEventdesc.eventDesces_[i]; in PrintFeatureEventdesc()
Dperf_events.cpp1122 std::vector<AttrWithId> PerfEvents::GetAttrWithId() const in GetAttrWithId()
1124 std::vector<AttrWithId> result; in GetAttrWithId()
1130 AttrWithId attrId; in GetAttrWithId()