Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp458 class ElfDso : public Dso { class
460 ElfDso(const std::string& path, const std::string& debug_file_path) in ElfDso() function in ElfDso
689 return std::unique_ptr<Dso>(new ElfDso(dso_path, in CreateDso()