Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_merge.cpp258 const EventAttrIds& attrs0 = readers_[0]->AttrSection(); in CheckAttrSection()
260 const EventAttrIds& attrs = readers_[i]->AttrSection(); in CheckAttrSection()
277 bool MergeAttrSection() { return writer_->WriteAttrSection(readers_[0]->AttrSection()); } in MergeAttrSection()
303 const EventAttrIds& attrs = readers_[next_reader_id]->AttrSection(); in WriteGapInDataSection()
Drecord_file_test.cpp87 const EventAttrIds& attrs = reader->AttrSection(); in TEST_F()
121 const EventAttrIds& attrs = reader->AttrSection(); in TEST_F()
Dcmd_record_test.cpp101 for (const auto& attr_with_id : reader->AttrSection()) { in CheckEventType()
207 const EventAttrIds& attrs = reader->AttrSection(); in TEST()
264 const EventAttrIds& attrs = reader->AttrSection(); in TEST()
564 ASSERT_EQ(reader->AttrSection()[0].attr.context_switch, 1); in TEST()
962 ASSERT_EQ(reader->AttrSection().size(), 1u); in TEST()
963 const perf_event_attr& attr = reader->AttrSection()[0].attr; in TEST()
Drecord_file.h144 const EventAttrIds& AttrSection() const { return event_attrs_; } in AttrSection() function
Dcmd_dumprecord.cpp323 const EventAttrIds& attrs = record_file_reader_->AttrSection(); in DumpAttrSection()
459 const EventAttrIds& attrs = record_file_reader_->AttrSection(); in ProcessTracingData()
Dcmd_debug_unwind.cpp373 if (!writer_ || !writer_->WriteAttrSection(reader_->AttrSection())) { in Process()
406 const EventAttrIds& attrs = reader_->AttrSection(); in WriteMapsForSample()
Dreport_lib_interface.cpp335 std::string event_name = GetEventNameByAttr(record_file_reader_->AttrSection()[0].attr); in OpenRecordFileIfNecessary()
520 const EventAttrIds& attrs = record_file_reader_->AttrSection(); in CreateEvents()
Dcmd_report_sample.cpp525 std::string event_name = GetEventNameByAttr(record_file_reader_->AttrSection()[0].attr); in OpenRecordFile()
540 for (const EventAttrWithId& attr : record_file_reader_->AttrSection()) { in OpenRecordFile()
Dcmd_trace_sched.cpp195 const EventAttrIds& attrs = reader->AttrSection(); in ParseSchedEvents()
Dcmd_kmem.cpp535 for (const EventAttrWithId& attr_with_id : record_file_reader_->AttrSection()) { in ReadEventAttrsFromRecordFile()
DRecordReadThread_test.cpp80 RecordParser parser(reader->AttrSection()[0].attr); in TEST()
Dcmd_record.cpp1850 record_file_writer_ = CreateRecordFile(record_filename_, reader->AttrSection()); in MoveRecordFile()
1900 EventAttrIds attrs = reader->AttrSection(); in PostUnwindRecords()
Dcmd_report.cpp859 for (const EventAttrWithId& attr_with_id : record_file_reader_->AttrSection()) { in ReadEventAttrFromRecordFile()