Searched refs:dso_type (Results 1 – 2 of 2) sorted by relevance
130 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path) { in CreateDso() argument132 if (dso_type == DSO_KERNEL) { in CreateDso()135 return std::unique_ptr<Dso>(new Dso(dso_type, path)); in CreateDso()
60 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path = "");