Home
last modified time | relevance | path

Searched refs:GetAttrWithId (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/include/
Dperf_events.h378 std::vector<AttrWithId> GetAttrWithId() const;
/developtools/hiperf/src/
Dsubcommand_record.cpp1311 fileWriter_->AddEventDescFeature(FEATURE::EVENT_DESC, perfEvents_.GetAttrWithId()); in AddEventDescFeature()
1385 if (!fileWriter_->WriteAttrAndId(perfEvents_.GetAttrWithId())) { in CreateInitRecordFile()
Dperf_events.cpp1091 std::vector<AttrWithId> PerfEvents::GetAttrWithId() const in GetAttrWithId() function in OHOS::Developtools::HiPerf::PerfEvents