Home
last modified time | relevance | path

Searched refs:read_pos (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
Drecord_file_writer.cpp200 uint64_t read_pos = 0; in ReadDataSection() local
201 while (read_pos < data_section_size_) { in ReadDataSection()
212 read_pos += header.size; in ReadDataSection()
216 auxtrace->location.file_offset = data_section_offset_ + read_pos; in ReadDataSection()
221 read_pos += auxtrace->data->aux_size; in ReadDataSection()
Drecord_file_reader.cpp489 bool RecordFileReader::ReadFileFeature(size_t& read_pos, FileFeature* file) { in ReadFileFeature() argument
494 if (read_pos >= it->second.size) { in ReadFileFeature()
497 if (read_pos == 0) { in ReadFileFeature()
511 read_pos += 4 + size; in ReadFileFeature()
601 size_t read_pos = 0; in LoadBuildIdAndFileFeatures() local
602 while (ReadFileFeature(read_pos, &file_feature)) { in LoadBuildIdAndFileFeatures()
Dcmd_merge.cpp384 size_t read_pos = 0; in WriteFileFeature() local
385 while (reader->ReadFileFeature(read_pos, &file)) { in WriteFileFeature()
Drecord_file.h179 bool ReadFileFeature(size_t& read_pos, FileFeature* file);
Dcmd_dumprecord.cpp476 size_t read_pos = 0; in DumpFeatureSection() local
478 while (record_file_reader_->ReadFileFeature(read_pos, &file)) { in DumpFeatureSection()
Dcmd_debug_unwind.cpp436 size_t read_pos = 0; in WriteFeatureSections() local
438 while (reader_->ReadFileFeature(read_pos, &file_feature)) { in WriteFeatureSections()
Dcmd_record_test.cpp352 size_t read_pos = 0; in ProcessSymbolsInPerfDataFile() local
353 while (reader->ReadFileFeature(read_pos, &file)) { in ProcessSymbolsInPerfDataFile()