Searched refs:log_warning (Results 1 – 6 of 6) sorted by relevance
35 from utils import AdbHelper, get_target_binary_path, log_warning66 log_warning('No simpleperf process on device. The recording has ended.')
29 from utils import AdbHelper, extant_dir, extant_file, flatten_arg_list, log_info, log_warning201 log_warning('failed to pull %s from device' % device_path)
28 from utils import log_info, log_warning, log_exit401 log_warning("can't find source file for path %s" % from_path)
60 def log_warning(msg): function262 log_warning(stderr_data)
186 log_warning('some callgraphs are skipped in brief callgraph mode')
222 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint() local226 iov[0].iov_base = info ? const_cast<char*>(log_info) : const_cast<char*>(log_warning); in logPrint()227 iov[0].iov_len = info ? sizeof(log_info) : sizeof(log_warning); in logPrint()