Lines Matching refs:pprint
69 def pprint(msg):
321 pprint(msg)
346 pprint('ERROR: %s\n' % msg)
355 pprint('ERROR: %s\n' % msg)
634 pprint(' kprobe functions in this kernel:')
656 pprint(' %s: %s' % (name, res))
670 pprint(' kprobe functions enabled: %d/%d' % (linesack, linesout))
739 pprint('INITIALIZING FTRACE...')
804 pprint('INITIALIZING KPROBES...')
1095 pprint(errmsg)
1098 pprint(rawout.strip())
1175 pprint('TEST (%s) START' % id)
1181 pprint('TEST (%s) COMPLETE -- Duration %.1fs' % (id, dt))
1191 pprint('TEST (%s) START - Avg Duration %.1fs, Time left %s' % \
1229 pprint('%s:\n\taltname = %s\n\t async = %s' % (dev, self.altname, self.isasync))
2182 pprint(' -- %12.6f (depth=%02d): %s(); (%.3f us) %s' % (self.time, \
2185 pprint(' -- %12.6f (depth=%02d): %s} (%.3f us) %s' % (self.time, \
2188 pprint(' -- %12.6f (depth=%02d): %s() { (%.3f us) %s' % (self.time, \
2329 pprint('WARNING: ftrace data missing, corrections made:')
2389 pprint('Data misalignment for '+id+\
2392 pprint('Too much data for '+id+\
2445 pprint('Post Process Error: Depth missing')
2462 pprint('Post Process Error: Depth is less than 0')
2521 pprint('%s pid=%d [%f - %f] %.3f us' % \
2526 pprint('%f (%02d): %s(); (%.3f us)%s' % (l.time, \
2529 pprint('%f (%02d): %s} (%.3f us)%s' % (l.time, \
2532 pprint('%f (%02d): %s() { (%.3f us)%s' % (l.time, \
2534 pprint(' ')
3588 pprint('TEST%s FAILED: %s' % (tn, terr))
3602 pprint('test%s FAILED: enter %s failed with %s' % (tn, sysvals.suspendmode, data.enterfail))
3929 pprint('TEST FAILED: %s failed in %s phase' % (sysvals.suspendmode, lp))
4351 pprint('ERROR: Not enough test data to build a timeline')
5208 pprint('CONFIGURING RUNTIME SUSPEND...')
5212 pprint('runtime suspend %s on all devices (%d changed)' % (sv.rsdir, len(sv.rslist)))
5213 pprint('waiting 5 seconds...')
5219 pprint('runtime suspend settings restored on %d devices' % len(sv.rslist))
5234 pprint('SET DISPLAY TO %s' % sysvals.display.upper())
5239 pprint('SYNCING FILESYSTEMS')
5246 pprint('START TRACING')
5260 pprint('COMMAND START')
5263 pprint('SUSPEND START')
5265 pprint('SUSPEND START (press a key to resume)')
5269 pprint('will issue an rtcwake in %d seconds' % sysvals.rtcwaketime)
5318 pprint('RESUME COMPLETE')
5334 pprint('CAPTURING DMESG')
5339 pprint('CAPTURING TRACE')
5383 pprint('LEGEND\n'\
5532 pprint('WARNING: /dev/mem is not readable, ignoring DMI data')
5563 pprint('WARNING: /dev/mem is not readable, ignoring DMI data')
5665 pprint('\n'\
5692 pprint('WARNING: /dev/mem is not readable, ignoring the FPDT data')
5708 pprint('Bad address 0x%x in %s' % (addr, sysvals.mempath))
5715 pprint('%s (%s)\n'\
5725 pprint('%s (%s)' % (rectype[header[0]], ascii(rechead[0])))
5735 pprint(' %s\n'\
5745 pprint(' %s\n'\
5754 pprint('')
5768 pprint('Checking this system (%s)...' % platform.node())
5774 pprint(' have root access: %s' % res)
5776 pprint(' Try running this script with sudo')
5783 pprint(' is sysfs mounted: %s' % res)
5795 pprint(' is "%s" a valid power mode: %s' % (sysvals.suspendmode, res))
5797 pprint(' valid power modes are: %s' % modes)
5798 pprint(' please choose one with -m')
5807 pprint(' is ftrace supported: %s' % res)
5817 pprint(' are kprobes supported: %s' % res)
5828 pprint(' timeline data source: %s' % res)
5836 pprint(' is rtcwake supported: %s' % res)
5839 pprint(' optional commands this tool may use for info:')
5847 pprint(' %s: %s' % (c, res))
5872 pprint('ERROR: %s\n' % msg)
5916 pprint('PROCESSING: %s' % sysvals.htmlfile)
5932 pprint('ERROR: data does not include the expected stamp')
5963 pprint('ERROR: Not enough test data to build a timeline')
5968 pprint('DONE: %s' % sysvals.htmlfile)
6188 pprint('FTRACE: %s' % sysvals.ftracefile)
6190 pprint('DMESG : %s' % sysvals.dmesgfile)
6199 pprint('Generating a summary of folder:\n %s' % inpath)
6217 pprint('Summary files:')
6225 pprint(' summary.html - tabular list of test data found')
6227 pprint(' summary-devices.html - kernel device list sorted by total execution time')
6229 pprint(' summary-issues.html - kernel issues found sorted by frequency')
6442 pprint('\n%s v%s\n'\
6557 pprint("Version %s" % sysvals.version)
6808 pprint(getModes())
6819 pprint('Display Status: %s' % displayControl('stat').upper())
6881 pprint('Waiting %d seconds...' % (sysvals.multitest['delay']))
6888 pprint('Maximum fail count of %d reached, aborting multitest' % (sysvals.maxfail))