Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.h141 std::vector<Dso*> GetAllDsos() const;
Dreport_utils.cpp255 for (Dso* dso : thread_tree_.GetAllDsos()) { in CollectJavaMethods()
Dthread_tree.cpp424 std::vector<Dso*> ThreadTree::GetAllDsos() const { in GetAllDsos() function in simpleperf::ThreadTree
Dcmd_record.cpp2113 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpBuildIdFeature()
2132 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpFileFeature()
Dcmd_report_sample.cpp920 std::vector<Dso*> dsos = thread_tree_.GetAllDsos(); in PrintFileInfoInProtobuf()