Searched refs:AttrSection (Results 1 – 12 of 12) sorted by relevance
258 std::vector<EventAttrWithId> attrs0 = readers_[0]->AttrSection(); in CheckAttrSection()260 std::vector<EventAttrWithId> attrs = readers_[i]->AttrSection(); in CheckAttrSection()277 bool MergeAttrSection() { return writer_->WriteAttrSection(readers_[0]->AttrSection()); } in MergeAttrSection()303 std::vector<EventAttrWithId> attrs = readers_[next_reader_id]->AttrSection(); in WriteGapInDataSection()
88 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()122 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
356 if (!writer_ || !writer_->WriteAttrSection(reader_->AttrSection())) { in Process()389 auto attr = reader_->AttrSection()[0].attr; in WriteMapsForSample()390 auto event_id = reader_->AttrSection()[0].ids[0]; in WriteMapsForSample()
134 std::vector<EventAttrWithId> AttrSection() const { in AttrSection() function
312 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()433 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ProcessTracingData()
101 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()204 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST()913 ASSERT_EQ(reader->AttrSection().size(), 1u); in TEST()914 const perf_event_attr* attr = reader->AttrSection()[0].attr; in TEST()
195 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents()
325 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in CreateEvents()
534 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
80 RecordParser parser(*reader->AttrSection()[0].attr); in TEST()
493 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
764 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()