Searched refs:log_exit (Results 1 – 10 of 10) sorted by relevance
/system/extras/simpleperf/scripts/inferno/ |
D | inferno.py | 43 from utils import log_exit, log_fatal, log_info, AdbHelper, open_report_in_browser 61 log_exit("Please set profiling target with -p, -np, --pid or --system_wide option.") 78 log_exit("Event format string of -e option cann't be recognized.") 122 log_exit("It doesn't make sense to report with --one-flamegraph for perf.data " + 329 log_exit("Unable to collect data.")
|
/system/extras/simpleperf/scripts/ |
D | app_profiler.py | 33 from utils import log_debug, log_info, log_exit, ReadElf, remove, set_log_level, str_to_bytes 194 log_exit("""app_profiler.py isn't supported on Android < N, please switch to use 254 log_exit('Failed to record profiling data.') 340 log_exit("Can't start activity %s" % activity) 348 log_exit("Can't start instrumentation test %s" % self.args.test) 461 log_exit('--compile_java_code, -a, -t can only be used when profiling an Android app.')
|
D | utils.py | 67 def log_exit(msg): function 241 log_exit("Can't find adb in PATH environment.") 273 log_exit('run "adb %s" failed' % adb_args) 441 log_exit("Can't find llvm-symbolizer. Please set ndk path with --ndk_path option.") 704 log_exit("Can't find objdump. Please set ndk path with --ndk_path option.") 738 log_exit("Can't find readelf. Please set ndk path with --ndk_path option.")
|
D | api_profiler.py | 36 from utils import AdbHelper, get_target_binary_path, log_exit, log_info, remove
|
D | test_monitor.py | 36 from utils import log_exit, log_info 99 log_exit('no test to run')
|
D | debug_unwind_reporter.py | 47 from utils import bytes_to_str, log_exit, log_fatal, get_host_binary_path 385 log_exit("Can't parse unwinding result. Because " +
|
D | annotate.py | 28 from utils import log_info, log_warning, log_exit 149 log_exit('config [%s] is missing' % name)
|
D | report_html.py | 26 from utils import log_info, log_exit 930 log_exit("""binary_cache/ doesn't exist. Can't add source code or disassembled code 937 log_exit('--source_dirs is needed to add source code.')
|
D | pprof_proto_generator.py | 34 from utils import log_info, log_exit, ReadElf 38 log_exit('google.protobuf module is missing. Please install it first.')
|
D | test.py | 58 from utils import log_exit, log_info, log_fatal 1811 log_exit("Can't find test %s" % args.test_from[0]) 1817 log_exit('No tests are matched.')
|