Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/scripts/
H A 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)
H A Dannotate.py57 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument
58 binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))