Home
last modified time | relevance | path

Searched refs:get_target_binary_path (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/scripts/
Drun_simpleperf_on_device.py24 from simpleperf_utils import AdbHelper, disable_debug_log, get_target_binary_path
31 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
Drun_simpleperf_without_usb_connection.py35 from simpleperf_utils import AdbHelper, get_target_binary_path, log_warning
41 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
Dapi_profiler.py36 from simpleperf_utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove
57 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
Dapp_profiler.py33 AdbHelper, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path, log_debug,
220 simpleperf_binary = get_target_binary_path(self.device_arch, 'simpleperf')
Dsimpleperf_utils.py111 def get_target_binary_path(arch: str, binary_name: str) -> str: function