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

  /system/extras/simpleperf/
record_file.h 112 bool ReadDataSection(std::function<bool(std::unique_ptr<Record>)> callback, bool sorted = true);
record_file_reader.cpp 147 bool RecordFileReader::ReadDataSection(std::function<bool(std::unique_ptr<Record>)> callback,
258 ReadDataSection([&](std::unique_ptr<Record> record) {
cmd_dumprecord.cpp 182 record_file_reader_->ReadDataSection([](std::unique_ptr<Record> record) {
cmd_record.cpp 719 bool result = reader->ReadDataSection(
cmd_report.cpp 531 record_file_reader_->ReadDataSection([this](std::unique_ptr<Record> record) {

Completed in 48 milliseconds