Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Drun_simpleperf_on_device.py30 simpleperf_binary = get_target_binary_path(device_arch, 'simpleperf')
Dapp_profiler.py263 simpleperf_binary = get_target_binary_path(self.app_arch, 'simpleperf')
Dutils.py83 def get_target_binary_path(arch, binary_name): function