Home
last modified time | relevance | path

Searched defs:dso_path (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/
Dutils.py443 def add_addr(self, dso_path, func_addr, addr): argument
454 def _convert_addrs_in_one_dso(self, dso_path, dso): argument
578 def get_dso(self, dso_path): argument
662 def get_dso_info(self, dso_path): argument
Dannotate.py57 def add_addr(self, dso_path, func_addr, addr): argument
63 def get_sources(self, dso_path, addr): argument
/system/extras/simpleperf/
Ddso.cpp105 std::string DebugElfFileFinder::FindDebugFile(const std::string& dso_path, bool force_64bit, in FindDebugFile()
684 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso()
721 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id) { in GetBuildIdFromDsoPath()