Home
last modified time | relevance | path

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

/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/
Dapp_profiler.py34 log_exit, ReadElf, remove, str_to_bytes)
200 log_exit("""app_profiler.py isn't supported on Android < N, please switch to use
260 log_exit('Failed to record profiling data.')
366 log_exit("Can't start activity %s" % activity)
374 log_exit("Can't start instrumentation test %s" % self.args.test)
496 log_exit('--compile_java_code, -a, -t can only be used when profiling an Android app.')
Dapi_profiler.py37 get_target_binary_path, log_exit, remove)
Dsimpleperf_utils.py274 log_exit("Can't find adb in PATH environment.")
314 log_exit('run "adb %s" failed: %s' % (adb_args, stdoutdata))
539 log_exit("Can't find llvm-symbolizer. " + NDK_ERROR_MESSAGE)
818 log_exit("Can't find llvm-objdump." + NDK_ERROR_MESSAGE)
855 log_exit("Can't find llvm-readelf. " + NDK_ERROR_MESSAGE)
970 def log_exit(msg: str): function
Dannotate.py31 log_exit, ReadElf, SourceFileSearcher)
152 log_exit('config [%s] is missing' % name)
Dreport_html.py33 Addr2Nearestline, BaseArgumentParser, BinaryFinder, get_script_dir, log_exit, Objdump,
994 log_exit("""binary_cache/ doesn't exist. Can't add source code or disassembled code
1001 log_exit('--source_dirs is needed to add source code.')
1005 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 ' +
/system/extras/simpleperf/scripts/test/
Ddo_test.py43 from simpleperf_utils import BaseArgumentParser, extant_dir, log_exit, remove, is_darwin
109 log_exit("Can't find test %s" % test_from)
114 log_exit('No tests are matched.')