Searched refs:AttrSection (Results 1 – 11 of 11) sorted by relevance
84 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()118 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
201 if (!writer_ || !writer_->WriteAttrSection(reader_->AttrSection())) { in UnwindRecordFile()309 if (!writer_ || !writer_->WriteAttrSection(reader->AttrSection())) { in JoinCallChains()
112 std::vector<EventAttrWithId> AttrSection() const { in AttrSection() function
148 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
77 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()191 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST()
202 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents()
79 RecordParser parser(*reader->AttrSection()[0].attr); in TEST()
372 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in CreateEvents()
558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
441 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
759 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()