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, get_target_binary_path, Log
29 adb = AdbHelper()
Drun_simpleperf_without_usb_connection.py34 from simpleperf_utils import AdbHelper, BaseArgumentParser, get_target_binary_path
38 adb = AdbHelper()
66 adb = AdbHelper()
Dapi_profiler.py36 from simpleperf_utils import (AdbHelper, BaseArgumentParser,
43 self.adb = AdbHelper()
Dbinary_cache_builder.py33 AdbHelper, BaseArgumentParser, extant_dir, extant_file, flatten_arg_list,
86 self.adb = AdbHelper(enable_switch_to_root=not disable_adb_root)
Dapp_profiler.py33 AdbHelper, BaseArgumentParser, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path,
196 self.adb = AdbHelper(enable_switch_to_root=not args.disable_adb_root)
Dsimpleperf_utils.py270 class AdbHelper(object): class
/system/extras/simpleperf/scripts/inferno/
Dinferno.py45 from simpleperf_utils import (log_exit, log_fatal, AdbHelper, open_report_in_browser,
242 adb = AdbHelper()
334 result, output = AdbHelper().run_and_return_output(['shell', 'pidof', process.name])
/system/extras/simpleperf/scripts/test/
Dtest_utils.py32 from simpleperf_utils import remove, get_script_dir, AdbHelper, is_windows, bytes_to_str
68 cls.adb = AdbHelper(enable_switch_to_root=True)
Dapp_test.py27 from . test_utils import TestBase, TestHelper, AdbHelper, INFERNO_SCRIPT
34 cls.adb = AdbHelper(enable_switch_to_root=adb_root)