Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py253 def find_tool_path(cls, toolname: str, ndk_path: Optional[str] = None, member in ToolFinder
312 adb_path = ToolFinder.find_tool_path('adb')
554 self.symbolizer_path = ToolFinder.find_tool_path('llvm-symbolizer', ndk_path)
823 objdump_path = ToolFinder.find_tool_path('objdump', self.ndk_path, arch)
825 objdump_path = ToolFinder.find_tool_path('llvm-objdump', self.ndk_path, arch)
862 self.readelf_path = ToolFinder.find_tool_path('llvm-readelf', ndk_path)
Dpprof_proto_generator.py484 if not ToolFinder.find_tool_path('llvm-symbolizer', self.config['ndk_path']):
/system/extras/simpleperf/scripts/test/
Dbinary_cache_builder_test.py31 strip = ToolFinder.find_tool_path('strip', arch='arm')