Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DOfflineUnwinder_impl.h45 void LoadMetaInfo(const std::unordered_map<std::string, std::string>& info_map) override;
DOfflineUnwinder.h73 virtual void LoadMetaInfo(const std::unordered_map<std::string, std::string>&) {} in LoadMetaInfo() function
DOfflineUnwinder_test.cpp107 unwinder->LoadMetaInfo(info_map); in TEST()
DOfflineUnwinder.cpp216 void OfflineUnwinderImpl::LoadMetaInfo( in LoadMetaInfo() function in simpleperf::OfflineUnwinderImpl
Dcmd_debug_unwind.cpp198 offline_unwinder_->LoadMetaInfo(reader_->GetMetaInfoFeature()); in UnwindRecordFile()
Dcmd_report.cpp865 unwinder->LoadMetaInfo(record_file_reader_->GetMetaInfoFeature()); in ReadSampleTreeFromRecordFile()