Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.h143 std::vector<Dso*> GetAllDsos() const;
Dcmd_debug_unwind.cpp368 if (!writer_->WriteFileFeatures(thread_tree_.GetAllDsos())) { in WriteFeatureSections()
Dcmd_record.cpp1689 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpBuildIdFeature()
1732 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpFileFeature()
1733 return record_file_writer_->WriteFileFeatures(thread_tree_.GetAllDsos()); in DumpFileFeature()
Dthread_tree.cpp337 std::vector<Dso*> ThreadTree::GetAllDsos() const { in GetAllDsos() function in simpleperf::ThreadTree
Dreport_lib_interface.cpp236 for (Dso* dso : thread_tree_.GetAllDsos()) { in OpenRecordFileIfNecessary()
Dcmd_report_sample.cpp609 std::vector<Dso*> dsos = thread_tree_.GetAllDsos(); in PrintFileInfoInProtobuf()