Home
last modified time | relevance | path

Searched refs:ndk_path (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py37 def __init__(self, ndk_path, disable_adb_root): argument
39 self.readelf = ReadElf(ndk_path)
228 ndk_path = None if not args.ndk_path else args.ndk_path[0]
229 builder = BinaryCacheBuilder(ndk_path, args.disable_adb_root)
Dutils.py186 def find_tool_path(toolname, ndk_path=None, arch=None): argument
201 if ndk_path:
202 path = os.path.join(ndk_path, path_in_ndk)
438 def __init__(self, ndk_path, binary_cache_path, with_function_name): argument
439 self.symbolizer_path = find_tool_path('llvm-symbolizer', ndk_path)
442 self.readelf = ReadElf(ndk_path)
680 def __init__(self, ndk_path, binary_cache_path): argument
681 self.ndk_path = ndk_path
683 self.readelf = ReadElf(ndk_path)
702 objdump_path = find_tool_path('objdump', self.ndk_path, arch)
[all …]
Dapp_profiler.py58 def __init__(self, ndk_path, device_arch, adb): argument
60 self.readelf = ReadElf(ndk_path)
221 downloader = NativeLibDownloader(self.args.ndk_path, self.device_arch, self.adb)
280 if self.args.ndk_path:
281 binary_cache_args += ['--ndk_path', self.args.ndk_path]
Dreport_html.py567 def __init__(self, binary_cache_path, ndk_path, build_addr_hit_map): argument
569 self.ndk_path = ndk_path
672 addr2line = Addr2Nearestline(self.ndk_path, self.binary_cache_path, False)
739 objdump = Objdump(self.ndk_path, self.binary_cache_path)
939 ndk_path = None if not args.ndk_path else args.ndk_path[0]
942 record_data = RecordData(binary_cache_path, ndk_path, build_addr_hit_map)
Dannotate.py53 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument
54 self.addr2line = Addr2Nearestline(ndk_path, binary_cache_path, True)
489 config['ndk_path'] = args.ndk_path
Dpprof_proto_generator.py631 config['ndk_path'] = args.ndk_path
/system/extras/simpleperf/doc/
Dscripts_reference.md222 # --tools=objdump:<ndk_path>/toolchains/llvm/prebuilt/linux-x86_64/aarch64-linux-android/bin