Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Drun_simpleperf_on_device.py24 from simpleperf_utils import AdbHelper, disable_debug_log, get_target_binary_path
29 adb = AdbHelper()
Drun_simpleperf_without_usb_connection.py35 from simpleperf_utils import AdbHelper, get_target_binary_path, log_warning
39 adb = AdbHelper()
65 adb = AdbHelper()
Dapi_profiler.py36 from simpleperf_utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove
40 adb = AdbHelper()
67 adb = AdbHelper()
Dbinary_cache_builder.py32 from simpleperf_utils import (AdbHelper, extant_dir, extant_file, flatten_arg_list, log_info,
44 self.adb = AdbHelper(enable_switch_to_root=not disable_adb_root)
Dapp_profiler.py33 AdbHelper, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path, log_debug,
194 self.adb = AdbHelper(enable_switch_to_root=not args.disable_adb_root)
Dsimpleperf_utils.py310 class AdbHelper(object): class
/system/extras/simpleperf/scripts/inferno/
Dinferno.py44 from simpleperf_utils import log_exit, log_fatal, log_info, AdbHelper, open_report_in_browser
243 adb = AdbHelper()
337 result, output = AdbHelper().run_and_return_output(['shell', 'pidof', process.name])
/system/extras/simpleperf/scripts/test/
Dtest_utils.py31 from simpleperf_utils import remove, get_script_dir, AdbHelper, is_windows, bytes_to_str
67 cls.adb = AdbHelper(enable_switch_to_root=True)
Dapp_test.py23 from . test_utils import TestBase, TestHelper, AdbHelper, INFERNO_SCRIPT
29 cls.adb = AdbHelper(enable_switch_to_root=adb_root)