Home
last modified time | relevance | path

Searched refs:DataSection (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dcmd_record_test.cpp65 std::vector<std::unique_ptr<const Record>> records = reader->DataSection(); in TEST_F()
Drecord_file.h97 std::vector<std::unique_ptr<const Record>> DataSection();
Drecord_file_test.cpp81 std::vector<std::unique_ptr<const Record>> records = reader->DataSection(); in TEST_F()
Dcmd_dumprecord.cpp161 std::vector<std::unique_ptr<const Record>> records = record_file_reader_->DataSection(); in DumpDataSection()
Drecord_file.cpp400 std::vector<std::unique_ptr<const Record>> RecordFileReader::DataSection() { in DataSection() function in RecordFileReader