Searched refs:EventAttrWithId (Results 1 – 14 of 14) sorted by relevance
43 EventAttrWithId attr_id; in AddEventType()51 std::vector<EventAttrWithId> attr_ids_;84 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()153 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
47 bool WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids);109 std::vector<EventAttrWithId> AttrSection() const { in AttrSection()110 std::vector<EventAttrWithId> result(file_attrs_.size()); in AttrSection()
29 struct EventAttrWithId { struct
94 std::vector<EventAttrWithId> GetEventAttrWithId() const;
189 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()
246 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()247 std::vector<EventAttrWithId> result; in GetEventAttrWithId()250 EventAttrWithId attr_id; in GetEventAttrWithId()
148 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) { in WriteAttrSection()
280 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in GetEventOfCurrentSample()
380 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
72 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()
771 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()
853 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; in CreateAndInitRecordFile()