Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.h127 std::vector<Dso*> GetAllDsos() const;
Dcmd_record.cpp1590 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpBuildIdFeature()
1631 std::vector<Dso*> dso_v = thread_tree_.GetAllDsos(); in DumpFileFeature()
1632 return record_file_writer_->WriteFileFeatures(thread_tree_.GetAllDsos()); in DumpFileFeature()
Dcmd_debug_unwind.cpp368 if (!writer_->WriteFileFeatures(thread_tree_.GetAllDsos())) { in WriteFeatureSections()
Dthread_tree.cpp322 std::vector<Dso*> ThreadTree::GetAllDsos() const { in GetAllDsos() function in simpleperf::ThreadTree
Dcmd_report_sample.cpp614 std::vector<Dso*> dsos = thread_tree_.GetAllDsos(); in PrintFileInfoInProtobuf()