Home
last modified time | relevance | path

Searched defs:attrIds (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dperf_file_writer_test.cpp75 std::vector<AttrWithId> attrIds; variable
111 std::vector<AttrWithId> attrIds; variable
146 std::vector<AttrWithId> attrIds; variable
/developtools/hiperf/src/
Dsubcommand_report.cpp407 std::vector<AttrWithId> attrIds = recordFileReader_->GetAttrSection(); in LoadAttrSection() local
Dperf_file_writer.cpp255 bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &attrIds, bool isSpe) in WriteAttrAndId()