Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.h43 enum DsoType { enum
60 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path = "");
91 Dso(DsoType type, const std::string& path);
100 const DsoType type_;
Ddso.cpp130 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path) { in CreateDso()
138 Dso::Dso(DsoType type, const std::string& path) in Dso()