HomeSort by relevance Sort by last modified time
    Searched refs:AttrSection (Results 1 - 9 of 9) sorted by null

  /system/extras/simpleperf/
record_file_test.cpp 84 std::vector<EventAttrWithId> attrs = reader->AttrSection();
153 std::vector<EventAttrWithId> attrs = reader->AttrSection();
cmd_debug_unwind.cpp 204 if (!writer_ || !writer_->WriteAttrSection(reader_->AttrSection())) {
314 if (!writer_ || !writer_->WriteAttrSection(reader->AttrSection())) {
record_file.h 109 std::vector<EventAttrWithId> AttrSection() const {
cmd_dumprecord.cpp 148 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection();
report_lib_interface.cpp 280 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection();
cmd_kmem.cpp 558 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection();
cmd_record_test.cpp 72 std::vector<EventAttrWithId> attrs = reader->AttrSection();
cmd_report_sample.cpp 380 for (EventAttrWithId& attr : record_file_reader_->AttrSection()) {
cmd_report.cpp 771 std::vector<EventAttrWithId> attrs = record_file_reader_->AttrSection();
    [all...]

Completed in 583 milliseconds