Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
H A Dperf_file_writer_test.cpp77 std::vector<AttrWithId> attrIds; in HWTEST_F() local
82 attrIds.emplace_back(attrId); in HWTEST_F()
83 ASSERT_TRUE(fileWriter.WriteAttrAndId(attrIds)); in HWTEST_F()
113 std::vector<AttrWithId> attrIds; in HWTEST_F() local
118 attrIds.emplace_back(attrId); in HWTEST_F()
119 ASSERT_TRUE(fileWriter.WriteAttrAndId(attrIds)); in HWTEST_F()
/developtools/hiperf/src/
H A Dperf_file_writer.cpp250 bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &attrIds) in WriteAttrAndId() argument
252 CHECK_TRUE(attrIds.empty(), false, 0, ""); in WriteAttrAndId()
265 HLOGD("attrIds %zu", attrIds.size()); in WriteAttrAndId()
266 for (auto &attrId : attrIds) { in WriteAttrAndId()
267 HLOGD(" attrIds ids %zu", attrId.ids.size()); in WriteAttrAndId()
274 for (auto &attrId : attrIds) { in WriteAttrAndId()
295 defaultEventAttr_ = attrIds[0].attr; in WriteAttrAndId()
H A Dsubcommand_report.cpp403 std::vector<AttrWithId> attrIds = recordFileReader_->GetAttrSection(); in LoadAttrSection() local
404 for (size_t i = 0; i < attrIds.size(); ++i) { in LoadAttrSection()
405 const AttrWithId &fileAttr = attrIds[i]; in LoadAttrSection()
/developtools/hiperf/include/
H A Dperf_file_writer.h48 bool WriteAttrAndId(const std::vector<AttrWithId> &attrIds);

Completed in 3 milliseconds