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.cpp447 const std::vector<AttrWithId> &eventDesces) in PerfFileSectionEventDesc() argument
450 eventDesces_ = eventDesces; in PerfFileSectionEventDesc()
553 void PerfFileSectionEventDesc::GetValue(std::vector<AttrWithId> &eventDesces) const in GetValue()
555 eventDesces = eventDesces_; in GetValue()
Dperf_file_writer.cpp416 const std::vector<AttrWithId> &eventDesces) in AddEventDescFeature() argument
419 eventDesces.size()); in AddEventDescFeature()
420 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
/developtools/hiperf/include/
Dperf_file_writer.h51 bool AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces);
Dperf_file_format.h271 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);
275 void GetValue(std::vector<AttrWithId> &eventDesces) const;