Home
last modified time | relevance | path

Searched refs:eventDesces (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dperf_file_writer_test.cpp94 std::vector<AttrWithId> eventDesces; variable
95 TestEventDescInit(eventDesces);
96 ASSERT_TRUE(fileWriter.AddEventDescFeature(FEATURE::RESERVED, eventDesces));
/developtools/hiperf/src/
Dperf_file_format.cpp378 const std::vector<AttrWithId> &eventDesces) in PerfFileSectionEventDesc() argument
381 eventDesces_ = eventDesces; in PerfFileSectionEventDesc()
484 void PerfFileSectionEventDesc::GetValue(std::vector<AttrWithId> &eventDesces) const in GetValue()
486 eventDesces = eventDesces_; in GetValue()
Dperf_file_writer.cpp415 const std::vector<AttrWithId> &eventDesces) in AddEventDescFeature() argument
418 eventDesces.size()); in AddEventDescFeature()
419 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
/developtools/hiperf/include/
Dperf_file_format.h251 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);
255 void GetValue(std::vector<AttrWithId> &eventDesces) const;
Dperf_file_writer.h50 bool AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces);