Home
last modified time | relevance | path

Searched refs:LoadMetaInfo (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder_impl.h45 void LoadMetaInfo(const std::unordered_map<std::string, std::string>& info_map) override;
H A DOfflineUnwinder.h74 virtual void LoadMetaInfo(const std::unordered_map<std::string, std::string>&) {} in LoadMetaInfo() function
H A DOfflineUnwinder_test.cpp107 unwinder->LoadMetaInfo(info_map); in TEST()
H A DOfflineUnwinder.cpp235 void OfflineUnwinderImpl::LoadMetaInfo( in LoadMetaInfo() function in simpleperf::OfflineUnwinderImpl
H A Dcmd_debug_unwind.cpp152 unwinder_->LoadMetaInfo(reader_->GetMetaInfoFeature()); in ProcessFile()
H A Dcmd_report.cpp853 unwinder->LoadMetaInfo(record_file_reader_->GetMetaInfoFeature()); in ReadSampleTreeFromRecordFile()