Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dapp_profiler.py66 log_exit('config [%s] is missing' % name)
68 log_exit("We can't profile an Android app and a native program at the same time.")
70 log_exit("We can't profile an Android app and a cmd at the same time.")
72 log_exit("We can't profile a native program and a cmd at the same time.")
74 log_exit("Please set a profiling target: an Android app, a native program or a cmd.")
77 log_exit("We can't launch an activity and a test at the same time.")
80 log_exit('[native_lib_dir] "%s" is not a dir' % native_lib_dir)
83 log_exit('[apk_file_path] "%s" is not a file' % apk_file_path)
90 log_exit('-p needs to be set to profile from launch.')
92 log_exit('-a needs to be set to profile from launch.')
[all …]
Dutils.py65 def log_exit(msg): function
218 log_exit("Can't find adb in PATH environment.")
253 log_exit('run "adb %s" failed' % adb_args)
435 log_exit("Can't find addr2line. Please set ndk path by --ndk-path option.")
438 log_exit("Can't find readelf. Please set ndk path by --ndk-path option.")
584 log_exit("Can't find readelf. Please set ndk path by --ndk_path option.")
602 log_exit("Can't find objdump. Please set ndk path by --ndk_path option.")
Dbinary_cache_builder.py42 log_exit('config for "%s" is missing' % name)
46 log_exit("can't find file %s" % self.perf_data_path)
50 log_exit("symfs_dir '%s' is not a directory" % symfs_dir)
Dannotate.py65 log_exit("Can't find addr2line.")
279 log_exit('config [%s] is missing' % name)
289 log_exit('[source_dirs] "%s" is not a dir' % dir)
291 log_exit('Please set source directories.')
Dreport_html.py884 log_exit("""binary_cache/ doesn't exist. Can't add source code or disassembled code
891 log_exit('--source_dirs is needed to add source code.')
Ddebug_unwind_reporter.py383 log_exit("Can't parse unwinding result. Because " +
Dpprof_proto_generator.py43 log_exit('google.protobuf module is missing. Please install it first.')
/system/extras/simpleperf/scripts/inferno/
Dinferno.py41 from utils import log_exit, log_info, AdbHelper, open_report_in_browser
55 log_exit("Please set profiling target with -p or -np option.")
72 log_exit("Event format string of -e option cann't be recognized.")
114 log_exit("It doesn't make sense to report with --one-flamegraph for perf.data " +
299 log_exit("Unable to collect data.")