Searched refs:ReadFileFeature (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/system/extras/simpleperf/ |
H A D | record_file.h | 201 bool ReadFileFeature(uint64_t& read_pos, FileFeature& file, bool& error);
|
H A D | record_file_reader.cpp | 593 bool RecordFileReader::ReadFileFeature(uint64_t& read_pos, FileFeature& file, bool& error) { in ReadFileFeature() function in simpleperf::RecordFileReader 819 while (ReadFileFeature(read_pos, file_feature, error)) { in LoadBuildIdAndFileFeatures()
|
H A D | record_file_test.cpp | 234 while (reader->ReadFileFeature(read_pos, file, error)) { in TEST_F()
|
H A D | cmd_merge.cpp | 386 while (reader->ReadFileFeature(read_pos, file, error)) { in WriteFileFeature()
|
H A D | cmd_dumprecord.cpp | 543 while (record_file_reader_->ReadFileFeature(read_pos, file, error)) { in DumpFeatureSection()
|
H A D | cmd_debug_unwind.cpp | 454 while (reader_->ReadFileFeature(read_pos, file_feature, error)) { in WriteFeatureSections()
|
H A D | cmd_record_test.cpp | 391 while (reader->ReadFileFeature(read_pos, file, error)) { in ProcessSymbolsInPerfDataFile()
|