Searched refs:log_warning (Results 1 – 6 of 6) sorted by relevance
35 from simpleperf_utils import AdbHelper, get_target_binary_path, log_warning68 log_warning('No simpleperf process on device. The recording has ended.')
33 log_warning, ReadElf, set_log_level, str_to_bytes)200 log_warning('failed to pull %s from device' % device_path)
30 log_warning, ReadElf, SourceFileSearcher)389 log_warning("can't find source file for path %s" % from_path)
187 log_warning('some callgraphs are skipped in brief callgraph mode')
67 def log_warning(msg: str): function343 log_warning(stderr_data)
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()