Searched refs:DsoType (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | dso.h | 103 enum DsoType { enum 139 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path, 144 DsoType type() const { return type_; } in type() 198 Dso(DsoType type, const std::string& path, const std::string& debug_file_path); 204 DsoType type_; 223 const char* DsoTypeToString(DsoType dso_type);
|
D | thread_tree.cpp | 122 DsoType dso_type) { in FindUserDsoOrNew() 272 DsoType dso_type = static_cast<DsoType>(file_type); in AddDsoInfo()
|
D | thread_tree.h | 134 DsoType dso_type = DSO_ELF_FILE);
|
D | dso_test.cpp | 90 for (DsoType dso_type : {DSO_DEX_FILE, DSO_ELF_FILE}) { in TEST()
|
D | dso.cpp | 273 Dso::Dso(DsoType type, const std::string& path, const std::string& debug_file_path) in Dso() 684 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso() 706 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString()
|
D | cmd_dumprecord.cpp | 255 PrintIndented(2, "file_type %s\n", DsoTypeToString(static_cast<DsoType>(file_type))); in DumpFeatureSection()
|
D | record.cpp | 971 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()
|