Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dbinary_cache_builder_test.py89 elf_path = (Path(binary_cache_builder.binary_cache_dir) / 'data' /
91 self.assertTrue(elf_path.is_file())
92 self.assertIn('.debug_info', binary_cache_builder.readelf.get_sections(elf_path))
100 elf_path = (Path(binary_cache_builder.binary_cache_dir) / 'data' /
102 self.assertTrue(elf_path.is_file())
Dtools_test.py275 elf_path = TestHelper.testdata_path(elf_name)
277 build_id = readelf.get_build_id(elf_path)
/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.cpp201 std::string elf_path = path; in GetPathInSymFsDir() local
202 std::replace(elf_path.begin(), elf_path.end(), '/', OS_PATH_SEPARATOR); in GetPathInSymFsDir()
203 return add_symfs_prefix(elf_path); in GetPathInSymFsDir()
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py436 elf_path = self.binary_finder.find_binary(dso_name, build_id_in_perf_data)
437 if elf_path:
439 binary_path = str(elf_path)