Searched refs:GetAllDsos (Results 1 – 6 of 6) sorted by relevance
143 std::vector<Dso*> GetAllDsos() const;
369 if (!writer_->WriteFileFeatures(thread_tree_.GetAllDsos())) { in WriteFeatureSections()
337 std::vector<Dso*> ThreadTree::GetAllDsos() const { in GetAllDsos() function in simpleperf::ThreadTree
1717 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpBuildIdFeature()1760 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpFileFeature()1761 return record_file_writer_->WriteFileFeatures(thread_tree_.GetAllDsos()); in DumpFileFeature()
236 for (Dso* dso : thread_tree_.GetAllDsos()) { in OpenRecordFileIfNecessary()
610 std::vector<Dso*> dsos = thread_tree_.GetAllDsos(); in PrintFileInfoInProtobuf()