Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.h140 std::vector<Dso*> GetAllDsos() const;
Dreport_utils.cpp206 for (Dso* dso : thread_tree_.GetAllDsos()) { in CollectJavaMethods()
Dthread_tree.cpp405 std::vector<Dso*> ThreadTree::GetAllDsos() const { in GetAllDsos() function in simpleperf::ThreadTree
Dcmd_report_sample.cpp706 std::vector<Dso*> dsos = thread_tree_.GetAllDsos(); in PrintFileInfoInProtobuf()
Dcmd_record.cpp1847 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpBuildIdFeature()
1891 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpFileFeature()