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.py213 def find_tool_path(cls, toolname: str, ndk_path: Optional[str] = None, member in ToolFinder
272 adb_path = ToolFinder.find_tool_path('adb')
539 self.symbolizer_path = ToolFinder.find_tool_path('llvm-symbolizer', ndk_path)
835 objdump_path = ToolFinder.find_tool_path('llvm-objdump', self.ndk_path, arch)
878 objdump_path = ToolFinder.find_tool_path('llvm-objdump', self.ndk_path, arch)
945 self.readelf_path = ToolFinder.find_tool_path('llvm-readelf', ndk_path)
Dpprof_proto_generator.py499 if not ToolFinder.find_tool_path('llvm-symbolizer', self.config['ndk_path']):
/system/extras/simpleperf/scripts/test/
Dbinary_cache_builder_test.py32 strip = ToolFinder.find_tool_path('llvm-strip', ndk_path=TestHelper.ndk_path, arch='arm')