Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_merge.cpp258 std::vector<EventAttrWithId> attrs0 = readers_[0]->AttrSection(); in CheckAttrSection()
260 std::vector<EventAttrWithId> attrs = readers_[i]->AttrSection(); in CheckAttrSection()
277 bool MergeAttrSection() { return writer_->WriteAttrSection(readers_[0]->AttrSection()); } in MergeAttrSection()
303 std::vector<EventAttrWithId> attrs = readers_[next_reader_id]->AttrSection(); in WriteGapInDataSection()
Drecord_file_test.cpp88 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
122 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST_F()
Dcmd_debug_unwind.cpp356 if (!writer_ || !writer_->WriteAttrSection(reader_->AttrSection())) { in Process()
389 auto attr = reader_->AttrSection()[0].attr; in WriteMapsForSample()
390 auto event_id = reader_->AttrSection()[0].ids[0]; in WriteMapsForSample()
Drecord_file.h134 std::vector<EventAttrWithId> AttrSection() const { in AttrSection() function
Dcmd_dumprecord.cpp312 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
433 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ProcessTracingData()
Dcmd_record_test.cpp101 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in CheckEventType()
204 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in TEST()
913 ASSERT_EQ(reader->AttrSection().size(), 1u); in TEST()
914 const perf_event_attr* attr = reader->AttrSection()[0].attr; in TEST()
Dcmd_trace_sched.cpp195 std::vector<EventAttrWithId> attrs = reader->AttrSection(); in ParseSchedEvents()
Dreport_lib_interface.cpp325 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in CreateEvents()
Dcmd_kmem.cpp534 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrsFromRecordFile()
DRecordReadThread_test.cpp80 RecordParser parser(*reader->AttrSection()[0].attr); in TEST()
Dcmd_report_sample.cpp493 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
Dcmd_report.cpp764 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection(); in ReadEventAttrFromRecordFile()