Home
last modified time | relevance | path

Searched refs:EventAttrWithId (Results 1 – 15 of 15) sorted by relevance

/system/extras/simpleperf/
Drecord_file_test.cpp43 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()
Drecord_file.h47 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()
Devent_attr.h29 struct EventAttrWithId { struct
Devent_selection_set.h100 std::vector<EventAttrWithId> GetEventAttrWithId() const;
Devent_selection_set.cpp278 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()
279 std::vector<EventAttrWithId> result; in GetEventAttrWithId()
282 EventAttrWithId attr_id; in GetEventAttrWithId()
Dcmd_stat_test.cpp215 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()
Dcmd_dumprecord.cpp148 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
Dcmd_record_test.cpp77 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()
191 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST()
Drecord_file_writer.cpp74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) { in WriteAttrSection()
Dcmd_trace_sched.cpp202 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents()
Dreport_lib_interface.cpp372 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in CreateEvents()
Dcmd_record.cpp345 EventAttrWithId dumping_attr_id_;
1295 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; in ProcessJITDebugInfo()
Dcmd_kmem.cpp558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
Dcmd_report_sample.cpp441 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
Dcmd_report.cpp759 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()