Searched defs:dso_path (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | utils.py | 453 def add_addr(self, dso_path, func_addr, addr): argument 464 def _convert_addrs_in_one_dso(self, dso_path, dso): argument 602 def get_dso(self, dso_path): argument 686 def get_dso_info(self, dso_path): argument
|
D | annotate.py | 57 def add_addr(self, dso_path, func_addr, addr): argument 63 def get_sources(self, dso_path, addr): argument
|
/system/extras/simpleperf/ |
D | dso.cpp | 132 std::string DebugElfFileFinder::FindDebugFile(const std::string& dso_path, bool force_64bit, in FindDebugFile() 700 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso() 725 std::unique_ptr<Dso> Dso::CreateElfDsoWithBuildId(const std::string& dso_path, BuildId& build_id) { in CreateElfDsoWithBuildId() 745 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id) { in GetBuildIdFromDsoPath()
|