Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/debug_info_test/
H A Dcheck_exist.py15 def check_debug_info(dso_path, readelf_content): argument
36 def check_producer(dso_path, readelf_content): argument
76 def check_exist_all(dso_path): argument
H A Dcheck_cus.py18 def check_compile_unit(dso_path, producer, comp_path): argument
37 def check_compile_units(dso_path): argument
H A Dcheck_icf.py14 def check_identical_code_folding(dso_path): argument
H A Dcheck_ngcc.py12 def not_by_gcc(dso_path, producer, comp_path): argument
/aosp_15_r20/system/extras/simpleperf/
H A Ddso.cpp148 std::string DebugElfFileFinder::FindDebugFile(const std::string& dso_path, bool force_64bit, in FindDebugFile()
1024 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, const std::string& dso_path, in CreateDso()
1043 std::unique_ptr<Dso> Dso::CreateDsoWithBuildId(DsoType dso_type, const std::string& dso_path, in CreateDsoWithBuildId()
1064 std::unique_ptr<Dso> Dso::CreateKernelModuleDso(const std::string& dso_path, uint64_t memory_start, in CreateKernelModuleDso()
1086 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id) { in GetBuildIdFromDsoPath()
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dannotate.py68 def get_sources(self, dso_path, addr): argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem.cc556 Status RegisterFilesystemPlugin(const std::string& dso_path) { in RegisterFilesystemPlugin()