Home
last modified time | relevance | path

Searched refs:log_exit (Results 1 – 10 of 10) sorted by relevance

/system/extras/simpleperf/scripts/
Dipc.py42 AdbHelper, BaseArgumentParser, get_target_binary_path, log_exit)
99 log_exit('No Android device is connected via ADB.')
106 log_exit("Pid '%s' does not exist" % args.pid)
132 log_exit("interval cannot be greater than duration")
Dapp_profiler.py35 log_exit, ReadElf, remove, str_to_bytes)
199 log_exit('No Android device is connected via ADB.')
203 log_exit("""app_profiler.py isn't supported on Android < N, please switch to use
263 log_exit('Failed to record profiling data.')
387 log_exit(f"Can't start {self.args.app}")
394 log_exit("Can't start activity %s" % activity)
402 log_exit("Can't start instrumentation test %s" % self.args.test)
527 log_exit('--compile_java_code, -a, -t can only be used when profiling an Android app.')
Dsimpleperf_utils.py274 log_exit("Can't find adb in PATH environment.")
314 log_exit('run "adb %s" failed: %s' % (adb_args, stdoutdata))
541 log_exit("Can't find llvm-symbolizer. " + NDK_ERROR_MESSAGE)
837 log_exit("Can't find llvm-objdump." + NDK_ERROR_MESSAGE)
880 log_exit("Can't find llvm-objdump." + NDK_ERROR_MESSAGE)
947 log_exit("Can't find llvm-readelf. " + NDK_ERROR_MESSAGE)
1064 def log_exit(msg: str): function
Dapi_profiler.py37 get_target_binary_path, log_exit, remove)
Dannotate.py31 log_exit, ReadElf, SourceFileSearcher)
152 log_exit('config [%s] is missing' % name)
Dreport_html.py34 log_exit, Objdump, open_report_in_browser, ReadElf, ReportLibOptions, SourceFileSearcher)
1055 log_exit("""binary_cache/ doesn't exist. Can't add source code or disassembled code
1062 log_exit('--source_dirs is needed to add source code.')
1066 log_exit('Invalid --jobs option.')
Dpprof_proto_generator.py35 flatten_arg_list, log_exit, ReadElf, ToolFinder)
39 log_exit(f'{e}\nprotobuf package is missing or too old. Please install it like ' +
Dsimpleperf_report_lib.py30 from simpleperf_utils import (bytes_to_str, get_host_binary_path, is_windows, log_exit,
578 log_exit(f'{e}\nprotobuf package is missing or too old. Please install it like ' +
/system/extras/simpleperf/scripts/inferno/
Dinferno.py45 from simpleperf_utils import (log_exit, log_fatal, AdbHelper, open_report_in_browser,
65 log_exit("Please set profiling target with -p, -np, --pid or --system_wide option.")
82 log_exit("Event format string of -e option cann't be recognized.")
125 log_exit("It doesn't make sense to report with --one-flamegraph for perf.data " +
332 log_exit("Unable to collect data.")
/system/extras/simpleperf/scripts/test/
Ddo_test.py43 from simpleperf_utils import BaseArgumentParser, extant_dir, log_exit, remove, is_darwin
110 log_exit("Can't find test %s" % test_from)
115 log_exit('No tests are matched.')