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()
201 if (!writer_ || !writer_->WriteAttrSection(reader_->AttrSection())) { in UnwindRecordFile()309 if (!writer_ || !writer_->WriteAttrSection(reader->AttrSection())) { in JoinCallChains()
47 bool WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids);
74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) { in WriteAttrSection() function in RecordFileWriter
1050 if (!writer->WriteAttrSection(event_selection_set_.GetEventAttrWithId())) { in CreateRecordFile()