Lines Matching refs:pprint
69 def pprint(msg): function
323 pprint(msg)
348 pprint('ERROR: %s\n' % msg)
357 pprint('ERROR: %s\n' % msg)
636 pprint(' kprobe functions in this kernel:')
658 pprint(' %s: %s' % (name, res))
672 pprint(' kprobe functions enabled: %d/%d' % (linesack, linesout))
739 pprint('INITIALIZING FTRACE...')
800 pprint('INITIALIZING KPROBES...')
1121 pprint(errmsg)
1124 pprint(rawout.strip())
1201 pprint('TEST (%s) START' % id)
1207 pprint('TEST (%s) COMPLETE -- Duration %.1fs' % (id, dt))
1217 pprint('TEST (%s) START - Avg Duration %.1fs, Time left %s' % \
1269 pprint('CONFIGURING RUNTIME SUSPEND...')
1273 pprint('runtime suspend %s on all devices (%d changed)' % (self.rsdir, len(self.rslist)))
1274 pprint('waiting 5 seconds...')
1280 pprint('runtime suspend settings restored on %d devices' % len(self.rslist))
1306 pprint('%s:\n\taltname = %s\n\t async = %s' % (dev, self.altname, self.isasync))
2264 pprint(' -- %12.6f (depth=%02d): %s(); (%.3f us) %s' % (self.time, \
2267 pprint(' -- %12.6f (depth=%02d): %s} (%.3f us) %s' % (self.time, \
2270 pprint(' -- %12.6f (depth=%02d): %s() { (%.3f us) %s' % (self.time, \
2411 pprint('WARNING: ftrace data missing, corrections made:')
2471 pprint('Data misalignment for '+id+\
2474 pprint('Too much data for '+id+\
2527 pprint('Post Process Error: Depth missing')
2544 pprint('Post Process Error: Depth is less than 0')
2603 pprint('%s pid=%d [%f - %f] %.3f us' % \
2608 pprint('%f (%02d): %s(); (%.3f us)%s' % (l.time, \
2611 pprint('%f (%02d): %s} (%.3f us)%s' % (l.time, \
2614 pprint('%f (%02d): %s() { (%.3f us)%s' % (l.time, \
2616 pprint(' ')
3671 pprint('TEST%s FAILED: %s' % (tn, terr))
3685 pprint('test%s FAILED: enter %s failed with %s' % (tn, sysvals.suspendmode, data.enterfail))
4012 pprint('TEST FAILED: %s failed in %s phase' % (sysvals.suspendmode, lp))
4434 pprint('ERROR: Not enough test data to build a timeline')
5293 pprint('SET DISPLAY TO %s' % sv.display.upper())
5299 pprint('SYNCING FILESYSTEMS')
5307 pprint('START TRACING')
5324 pprint('COMMAND START')
5327 pprint('SUSPEND START')
5329 pprint('SUSPEND START (press a key to resume)')
5333 pprint('will issue an rtcwake in %d seconds' % sv.rtcwaketime)
5386 pprint('RESUME COMPLETE')
5406 pprint('CAPTURING DMESG')
5412 pprint('CAPTURING TRACE')
5456 pprint('LEGEND\n'\
5605 pprint('WARNING: /dev/mem is not readable, ignoring DMI data')
5636 pprint('WARNING: /dev/mem is not readable, ignoring DMI data')
5705 pprint('\n'\
5732 pprint('WARNING: /dev/mem is not readable, ignoring the FPDT data')
5748 pprint('Bad address 0x%x in %s' % (addr, sysvals.mempath))
5755 pprint('%s (%s)\n'\
5765 pprint('%s (%s)' % (rectype[header[0]], ascii(rechead[0])))
5775 pprint(' %s\n'\
5785 pprint(' %s\n'\
5794 pprint('')
5808 pprint('Checking this system (%s)...' % platform.node())
5814 pprint(' have root access: %s' % res)
5816 pprint(' Try running this script with sudo')
5823 pprint(' is sysfs mounted: %s' % res)
5835 pprint(' is "%s" a valid power mode: %s' % (sysvals.suspendmode, res))
5837 pprint(' valid power modes are: %s' % modes)
5838 pprint(' please choose one with -m')
5847 pprint(' is ftrace supported: %s' % res)
5857 pprint(' are kprobes supported: %s' % res)
5868 pprint(' timeline data source: %s' % res)
5876 pprint(' is rtcwake supported: %s' % res)
5879 pprint(' optional commands this tool may use for info:')
5887 pprint(' %s: %s' % (c, res))
5912 pprint('ERROR: %s\n' % msg)
5956 pprint('PROCESSING: %s' % sysvals.htmlfile)
5972 pprint('ERROR: data does not include the expected stamp')
6003 pprint('ERROR: Not enough test data to build a timeline')
6008 pprint('DONE: %s' % sysvals.htmlfile)
6247 pprint('FTRACE: %s' % sysvals.ftracefile)
6249 pprint('DMESG : %s' % sysvals.dmesgfile)
6258 pprint('Generating a summary of folder:\n %s' % inpath)
6276 pprint('Summary files:')
6284 pprint(' summary.html - tabular list of test data found')
6286 pprint(' summary-devices.html - kernel device list sorted by total execution time')
6288 pprint(' summary-issues.html - kernel issues found sorted by frequency')
6501 pprint('\n%s v%s\n'\
6616 pprint("Version %s" % sysvals.version)
6872 pprint(getModes())
6883 pprint('Display Status: %s' % sysvals.displayControl('stat').upper())
6941 pprint('Waiting %d seconds...' % (sysvals.multitest['delay']))
6948 pprint('Maximum fail count of %d reached, aborting multitest' % (sysvals.maxfail))