Home
last modified time | relevance | path

Searched refs:EventAttrWithId (Results 1 – 14 of 14) 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()
153 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
Drecord_file.h47 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()
Devent_attr.h29 struct EventAttrWithId { struct
Devent_selection_set.h94 std::vector<EventAttrWithId> GetEventAttrWithId() const;
Dcmd_stat_test.cpp189 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()
Devent_selection_set.cpp246 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()
247 std::vector<EventAttrWithId> result; in GetEventAttrWithId()
250 EventAttrWithId attr_id; in GetEventAttrWithId()
Dcmd_dumprecord.cpp148 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
Drecord_file_writer.cpp74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) { in WriteAttrSection()
Dreport_lib_interface.cpp280 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in GetEventOfCurrentSample()
Dcmd_report_sample.cpp380 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
Dcmd_kmem.cpp558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
Dcmd_record_test.cpp72 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()
Dcmd_report.cpp771 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()
Dcmd_record.cpp853 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; in CreateAndInitRecordFile()