Home
last modified time | relevance | path

Searched refs:binary_cache_path (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/scripts/
Dreport_etm.py189 binary_cache_path = args.binary_cache[0]
190 if not pathlib.Path(binary_cache_path).is_dir():
199 lib.SetSymfs(binary_cache_path)
202 binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))
Dreport_html.py624 self, binary_cache_path: Optional[str],
627 self.binary_cache_path = binary_cache_path
639 self.binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))
646 if self.binary_cache_path:
647 lib.SetSymfs(self.binary_cache_path)
1052 binary_cache_path = 'binary_cache'
1053 if not os.path.isdir(binary_cache_path):
1059 binary_cache_path = None
1069 record_data = RecordData(binary_cache_path, ndk_path, build_addr_hit_map)
Dreport_fuchsia.py606 binary_cache_path = args.binary_cache[0]
607 if not pathlib.Path(binary_cache_path).is_dir():
616 lib.SetSymfs(binary_cache_path)
620 binary_finder = BinaryFinder(binary_cache_path, readelf)
Dannotate.py57 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument
58 binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))