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()
Devent_attr.h29 struct EventAttrWithId { struct
Drecord_file.h48 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()
Devent_selection_set.cpp293 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()
294 std::vector<EventAttrWithId> result; in GetEventAttrWithId()
297 EventAttrWithId attr_id; in GetEventAttrWithId()
Devent_selection_set.h95 std::vector<EventAttrWithId> GetEventAttrWithId() const;
Dcmd_dumprecord.cpp155 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
Dcmd_trace_sched.cpp191 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents()
Dcmd_record_test.cpp97 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()
205 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST()
Drecord_file_writer.cpp74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) { in WriteAttrSection()
Dreport_lib_interface.cpp394 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in CreateEvents()
Dcmd_stat_test.cpp234 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()
Dcmd_kmem.cpp558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
Dcmd_record.cpp369 EventAttrWithId dumping_attr_id_;
1374 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; in ProcessJITDebugInfo()
Dcmd_report_sample.cpp433 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
Dcmd_report.cpp745 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()