Searched refs:EventAttrWithId (Results 1 – 15 of 15) 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()118 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
29 struct EventAttrWithId { struct
48 bool WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids);114 std::vector<EventAttrWithId> AttrSection() const { in AttrSection()115 std::vector<EventAttrWithId> result(file_attrs_.size()); in AttrSection()
293 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()294 std::vector<EventAttrWithId> result; in GetEventAttrWithId()297 EventAttrWithId attr_id; in GetEventAttrWithId()
95 std::vector<EventAttrWithId> GetEventAttrWithId() const;
155 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
191 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents()
97 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()205 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST()
74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) { in WriteAttrSection()
394 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in CreateEvents()
234 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()
558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
369 EventAttrWithId dumping_attr_id_;1374 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; in ProcessJITDebugInfo()
433 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
745 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()