Searched refs:find_tool_path (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 253 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)
|
D | pprof_proto_generator.py | 484 if not ToolFinder.find_tool_path('llvm-symbolizer', self.config['ndk_path']):
|
/system/extras/simpleperf/scripts/test/ |
D | binary_cache_builder_test.py | 31 strip = ToolFinder.find_tool_path('strip', arch='arm')
|