Lines Matching refs:logging
5 import collections, ctypes, fcntl, glob, logging, math, numpy, os, re, struct
120 logging.info('Temperature trip point #' + \
186 logging.debug('Using %s for thermal info.' % thermal_path)
189 logging.debug('Could not find thermal path %s, skipping.' %
264 logging.warn(e)
266 logging.warn(field + ': ' + repr(getattr(self, field)))
375 logging.debug("line path: %s", path)
420 logging.warning("System does not provide power sysfs interface")
441 logging.info('Temperature reading: ' + temp_str)
443 logging.error('Could not read temperature, skipping.')
641 logging.debug('time_in_state file not found')
643 logging.debug('intel_pstate frequency stats file found')
661 logging.debug('%s is not found', path)
682 logging.debug('%s is not found', path)
759 logging.warning('Read name: <null>, time: %d from %s'
972 logging.debug("gpu_type is %s", self._gpu_type)
985 logging.debug("ln = %s", ln)
1003 logging.debug("cur_mhz = %s, min_mhz = %s, max_mhz = %s", cur_mhz,
1011 logging.warning("GPU frequency tracing not enabled.")
1014 logging.debug("Current GPU freq: %s", cur_mhz)
1015 logging.debug("All GPU freqs: %s", self._freqs)
1052 logging.debug("freq:%s tstamp:%f - %f delta:%f",
1061 logging.debug("freq:%s tstamp:uptime - %f delta:%f",
1066 logging.debug("GPU freq percents:%s", stats)
1114 logging.debug('USB stats path not found')
1127 logging.debug('duration paths do not exist for: %s', path)
1132 logging.debug('device %s active for %.2f%%',
1202 logging.debug("pstats = %s", percent_stats)
1209 logging.warning('%s stats dont look right. Not publishing.',
1279 logging.debug("psu: %s", ln)
1442 logging.info('Finished test "%s" between timestamps [%s, %s]',
1495 logging.debug('Error logging measurements: %s', str(e))
1496 logging.debug('timestamps %d %s' % (t.len, t))
1497 logging.debug('timestamp start, end %f %f' % (tstart, tend))
1498 logging.debug('measurements %d %s' % (meas.len, meas))
1651 logging.debug("device_path = %s", self._device_path)
1655 logging.debug("inside DiskStateLogger.start")
1657 logging.debug("DiskStateLogger started")