Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
H A Dperf_file_writer_test.cpp94 std::vector<AttrWithId> eventDesces; in HWTEST_F() local
95 TestEventDescInit(eventDesces); in HWTEST_F()
96 ASSERT_TRUE(fileWriter.AddEventDescFeature(FEATURE::RESERVED, eventDesces)); in HWTEST_F()
/developtools/hiperf/src/
H A Dperf_file_format.cpp450 const std::vector<AttrWithId> &eventDesces)
453 eventDesces_ = eventDesces;
533 void PerfFileSectionEventDesc::GetValue(std::vector<AttrWithId> &eventDesces) const
535 eventDesces = eventDesces_;
H A Dperf_file_writer.cpp398 const std::vector<AttrWithId> &eventDesces) in AddEventDescFeature()
401 eventDesces.size()); in AddEventDescFeature()
402 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
397 AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces) AddEventDescFeature() argument
/developtools/hiperf/include/
H A Dperf_file_format.h250 PerfFileSectionEventDesc(FEATURE id, const std::vector<AttrWithId> &eventDesces);
254 void GetValue(std::vector<AttrWithId> &eventDesces) const;
H A Dperf_file_writer.h51 bool AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces);

Completed in 6 milliseconds