Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf_test.cpp197 std::string elf_path = GetTestData("libsgmainso-6.4.36.so"); in TEST() local
200 auto elf = ElfFile::Open(elf_path, &status); in TEST()
Ddso.cpp194 std::string elf_path = path; in GetPathInSymFsDir() local
195 std::replace(elf_path.begin(), elf_path.end(), '/', OS_PATH_SEPARATOR); in GetPathInSymFsDir()
196 return add_symfs_prefix(elf_path); in GetPathInSymFsDir()
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py433 elf_path = find_real_dso_path(dso_name, self.config['binary_cache_dir'])
434 if elf_path:
435 elf_build_id = self.read_elf.get_build_id(elf_path, False)
443 binary_path = elf_path