Searched refs:WriteAttrSection (Results 1 – 5 of 5) sorted by relevance
61 ASSERT_TRUE(writer->WriteAttrSection(attr_ids_)); in TEST_F()111 ASSERT_TRUE(writer->WriteAttrSection(attr_ids_)); in TEST_F()131 ASSERT_TRUE(writer->WriteAttrSection(attr_ids_)); in TEST_F()
202 if (!writer_ || !writer_->WriteAttrSection(reader_->AttrSection())) { in UnwindRecordFile()310 if (!writer_ || !writer_->WriteAttrSection(reader->AttrSection())) { in JoinCallChains()
48 bool WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids);
74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) { in WriteAttrSection() function in RecordFileWriter
1135 if (!writer->WriteAttrSection(event_selection_set_.GetEventAttrWithId())) { in CreateRecordFile()