Home
last modified time | relevance | path

Searched refs:DsoType (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
Ddso.h103 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);
Dthread_tree.cpp122 DsoType dso_type) { in FindUserDsoOrNew()
272 DsoType dso_type = static_cast<DsoType>(file_type); in AddDsoInfo()
Dthread_tree.h134 DsoType dso_type = DSO_ELF_FILE);
Ddso_test.cpp90 for (DsoType dso_type : {DSO_DEX_FILE, DSO_ELF_FILE}) { in TEST()
Ddso.cpp273 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()
Dcmd_dumprecord.cpp255 PrintIndented(2, "file_type %s\n", DsoTypeToString(static_cast<DsoType>(file_type))); in DumpFeatureSection()
Drecord.cpp971 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()