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()
47 bool WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids);112 std::vector<EventAttrWithId> AttrSection() const { in AttrSection()113 std::vector<EventAttrWithId> result(file_attrs_.size()); in AttrSection()
29 struct EventAttrWithId { struct
100 std::vector<EventAttrWithId> GetEventAttrWithId() const;
278 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()279 std::vector<EventAttrWithId> result; in GetEventAttrWithId()282 EventAttrWithId attr_id; in GetEventAttrWithId()
215 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()
148 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
77 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()191 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST()
74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) { in WriteAttrSection()
202 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents()
372 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in CreateEvents()
345 EventAttrWithId dumping_attr_id_;1295 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; in ProcessJITDebugInfo()
558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
441 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
759 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()