Searched refs:get_target_binary_path (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | run_simpleperf_on_device.py | 24 from simpleperf_utils import AdbHelper, get_target_binary_path, Log 31 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
|
D | run_simpleperf_without_usb_connection.py | 34 from simpleperf_utils import AdbHelper, BaseArgumentParser, get_target_binary_path 40 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
|
D | api_profiler.py | 37 get_target_binary_path, log_exit, remove) 61 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
|
D | ipc.py | 42 AdbHelper, BaseArgumentParser, get_target_binary_path, log_exit)
|
D | app_profiler.py | 34 AdbHelper, BaseArgumentParser, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path, 225 simpleperf_binary = get_target_binary_path(self.device_arch, 'simpleperf')
|
D | simpleperf_utils.py | 72 def get_target_binary_path(arch: str, binary_name: str) -> str: function
|