Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp130 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path) { in CreateDso() argument
132 if (dso_type == DSO_KERNEL) { in CreateDso()
135 return std::unique_ptr<Dso>(new Dso(dso_type, path)); in CreateDso()
Ddso.h60 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path = "");