Searched refs:get_target_binary_path (Results 1 – 5 of 5) sorted by relevance
| /system/extras/simpleperf/scripts/ |
| D | run_simpleperf_on_device.py | 24 from utils import AdbHelper, disable_debug_log, get_target_binary_path 30 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
|
| D | run_simpleperf_without_usb_connection.py | 35 from utils import AdbHelper, get_target_binary_path, log_warning 40 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
|
| D | api_profiler.py | 36 from utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove 54 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
|
| D | app_profiler.py | 32 from utils import AdbHelper, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path 181 simpleperf_binary = get_target_binary_path(self.device_arch, 'simpleperf')
|
| D | utils.py | 87 def get_target_binary_path(arch, binary_name): function
|