Home
last modified time | relevance | path

Searched refs:AdbHelper (Results 1 – 8 of 8) sorted by relevance

/system/extras/simpleperf/scripts/
Drun_simpleperf_on_device.py24 from utils import AdbHelper, disable_debug_log, get_target_binary_path
28 adb = AdbHelper()
Drun_simpleperf_without_usb_connection.py35 from utils import AdbHelper, get_target_binary_path, log_warning
38 adb = AdbHelper()
63 adb = AdbHelper()
Dapi_profiler.py36 from utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove
39 adb = AdbHelper()
63 adb = AdbHelper()
Dbinary_cache_builder.py29 from utils import AdbHelper, extant_dir, extant_file, flatten_arg_list, log_info, log_warning
38 self.adb = AdbHelper(enable_switch_to_root=not disable_adb_root)
Dapp_profiler.py32 from utils import AdbHelper, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path
190 self.adb = AdbHelper(enable_switch_to_root=not args.disable_adb_root)
Dtest.py59 from utils import AdbHelper, Addr2Nearestline, bytes_to_str, find_tool_path, get_script_dir
108 self.adb = AdbHelper(enable_switch_to_root=True)
277 cls.adb = AdbHelper(enable_switch_to_root=adb_root)
Dutils.py237 class AdbHelper(object): class
/system/extras/simpleperf/scripts/inferno/
Dinferno.py43 from utils import log_exit, log_fatal, log_info, AdbHelper, open_report_in_browser
239 adb = AdbHelper()
331 result, output = AdbHelper().run_and_return_output(['shell', 'pidof', process.name])