Home
last modified time | relevance | path

Searched refs:LoadBuildIdAndFileFeatures (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dlibsimpleperf_report_fuzzer.cpp74 reader->LoadBuildIdAndFileFeatures(thread_tree); in process()
H A Drecord_file.h208 bool LoadBuildIdAndFileFeatures(ThreadTree& thread_tree);
H A Dcmd_kmem.cpp545 if (!record_file_reader_->LoadBuildIdAndFileFeatures(thread_tree_)) { in ReadFeaturesFromRecordFile()
H A Dcmd_dumprecord.cpp350 if (!record_file_reader_->LoadBuildIdAndFileFeatures(thread_tree_)) { in DumpDataSection()
H A Dcmd_debug_unwind.cpp149 if (!reader_->LoadBuildIdAndFileFeatures(thread_tree_)) { in ProcessFile()
H A Dreport_lib_interface.cpp356 if (!record_file_reader_->LoadBuildIdAndFileFeatures(thread_tree_)) { in OpenRecordFileIfNecessary()
H A Dcmd_report_sample.cpp563 if (!record_file_reader_->LoadBuildIdAndFileFeatures(thread_tree_)) { in OpenRecordFile()
H A Drecord_file_reader.cpp808 bool RecordFileReader::LoadBuildIdAndFileFeatures(ThreadTree& thread_tree) { in LoadBuildIdAndFileFeatures() function in simpleperf::RecordFileReader
H A Dcmd_report.cpp902 if (!record_file_reader_->LoadBuildIdAndFileFeatures(thread_tree_)) { in ReadFeaturesFromRecordFile()
H A Dcmd_inject.cpp181 if (!reader_->LoadBuildIdAndFileFeatures(thread_tree_)) { in Read()
H A Dcmd_record_test.cpp993 ASSERT_TRUE(reader->LoadBuildIdAndFileFeatures(thread_tree)); in TEST()