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_warning203 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)
186 log_warning('some callgraphs are skipped in brief callgraph mode')
60 def log_warning(msg): function
229 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint() local257 : const_cast<char*>(log_warning); in logPrint()259 last_info ? sizeof(log_info) : sizeof(log_warning); in logPrint()285 : const_cast<char*>(log_warning); in logPrint()286 iov[0].iov_len = info ? sizeof(log_info) : sizeof(log_warning); in logPrint()