Home
last modified time | relevance | path

Searched refs:AttrSection (Results 1 – 11 of 11) sorted by relevance

/system/extras/simpleperf/
Drecord_file_test.cpp84 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
118 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
Dcmd_debug_unwind.cpp201 if (!writer_ || !writer_->WriteAttrSection(reader_->AttrSection())) { in UnwindRecordFile()
309 if (!writer_ || !writer_->WriteAttrSection(reader->AttrSection())) { in JoinCallChains()
Drecord_file.h112 std::vector<EventAttrWithId> AttrSection() const { in AttrSection() function
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()
Dcmd_trace_sched.cpp202 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents()
DRecordReadThread_test.cpp79 RecordParser parser(*reader->AttrSection()[0].attr); in TEST()
Dreport_lib_interface.cpp372 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in CreateEvents()
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()