Home
last modified time | relevance | path

Searched refs:attrIds (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dperf_file_writer_test.cpp77 std::vector<AttrWithId> attrIds; variable
82 attrIds.emplace_back(attrId);
83 ASSERT_TRUE(fileWriter.WriteAttrAndId(attrIds));
113 std::vector<AttrWithId> attrIds; variable
118 attrIds.emplace_back(attrId);
119 ASSERT_TRUE(fileWriter.WriteAttrAndId(attrIds));
/developtools/hiperf/src/
Dperf_file_writer.cpp251 bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &attrIds) in WriteAttrAndId() argument
253 if (attrIds.empty()) { in WriteAttrAndId()
270 HLOGD("attrIds %zu", attrIds.size()); in WriteAttrAndId()
271 for (auto &attrId : attrIds) { in WriteAttrAndId()
283 for (auto &attrId : attrIds) { in WriteAttrAndId()
304 defaultEventAttr_ = attrIds[0].attr; in WriteAttrAndId()
Dsubcommand_report.cpp390 std::vector<AttrWithId> attrIds = recordFileReader_->GetAttrSection(); in LoadAttrSection() local
391 for (size_t i = 0; i < attrIds.size(); ++i) { in LoadAttrSection()
392 const AttrWithId &fileAttr = attrIds[i]; in LoadAttrSection()
/developtools/hiperf/include/
Dperf_file_writer.h47 bool WriteAttrAndId(const std::vector<AttrWithId> &attrIds);