Lines Matching refs:pprint

71 def pprint(msg):
343 pprint(msg)
368 pprint('ERROR: %s\n' % msg)
377 pprint('ERROR: %s\n' % msg)
676 pprint(' kprobe functions in this kernel:')
698 pprint(' %s: %s' % (name, res))
712 pprint(' kprobe functions enabled: %d/%d' % (linesack, linesout))
785 pprint('INITIALIZING FTRACE')
849 pprint('INITIALIZING KPROBES')
1199 pprint(errmsg)
1202 pprint(rawout.strip())
1289 pprint('TEST (%s) START' % id)
1295 pprint('TEST (%s) COMPLETE -- Duration %.1fs' % (id, dt))
1305 pprint('TEST (%s) START - Avg Duration %.1fs, Time left %s' % \
1357 pprint('CONFIGURING RUNTIME SUSPEND...')
1361 pprint('runtime suspend %s on all devices (%d changed)' % (self.rsdir, len(self.rslist)))
1362 pprint('waiting 5 seconds...')
1368 pprint('runtime suspend settings restored on %d devices' % len(self.rslist))
1408 pprint('%s:\n\taltname = %s\n\t async = %s' % (dev, self.altname, self.isasync))
2370 pprint(' -- %12.6f (depth=%02d): %s(); (%.3f us) %s' % (self.time, \
2373 pprint(' -- %12.6f (depth=%02d): %s} (%.3f us) %s' % (self.time, \
2376 pprint(' -- %12.6f (depth=%02d): %s() { (%.3f us) %s' % (self.time, \
2517 pprint('WARNING: ftrace data missing, corrections made:')
2577 pprint('Data misalignment for '+id+\
2580 pprint('Too much data for '+id+\
2633 pprint('Post Process Error: Depth missing')
2650 pprint('Post Process Error: Depth is less than 0')
2709 pprint('%s pid=%d [%f - %f] %.3f us' % \
2714 pprint('%f (%02d): %s(); (%.3f us)%s' % (l.time, \
2717 pprint('%f (%02d): %s} (%.3f us)%s' % (l.time, \
2720 pprint('%f (%02d): %s() { (%.3f us)%s' % (l.time, \
2722 pprint(' ')
3845 pprint('TEST%s FAILED: %s' % (tn, terr))
3859 pprint('test%s FAILED: enter %s failed with %s' % (tn, sysvals.suspendmode, data.enterfail))
4184 pprint('TEST FAILED: %s failed in %s phase' % (sysvals.suspendmode, lp))
4608 pprint('ERROR: Not enough test data to build a timeline')
5464 pprint('SET DISPLAY TO %s' % sv.display.upper())
5470 pprint('SYNCING FILESYSTEMS')
5487 pprint('COMMAND START')
5490 pprint('SUSPEND START')
5492 pprint('SUSPEND START (press a key to resume)')
5496 pprint('will issue an rtcwake in %d seconds' % sv.rtcwaketime)
5551 pprint('RESUME COMPLETE')
5574 pprint('CAPTURING DMESG')
5579 pprint('CAPTURING TRACE')
5622 pprint('LEGEND\n'\
5771 pprint('WARNING: /dev/mem is not readable, ignoring DMI data')
5802 pprint('WARNING: /dev/mem is not readable, ignoring DMI data')
5871 pprint('\n'\
5898 pprint('WARNING: /dev/mem is not readable, ignoring the FPDT data')
5914 pprint('Bad address 0x%x in %s' % (addr, sysvals.mempath))
5921 pprint('%s (%s)\n'\
5931 pprint('%s (%s)' % (rectype[header[0]], ascii(rechead[0])))
5941 pprint(' %s\n'\
5951 pprint(' %s\n'\
5960 pprint('')
5974 pprint('Checking this system (%s)...' % platform.node())
5980 pprint(' have root access: %s' % res)
5982 pprint(' Try running this script with sudo')
5989 pprint(' is sysfs mounted: %s' % res)
6001 pprint(' is "%s" a valid power mode: %s' % (sysvals.suspendmode, res))
6003 pprint(' valid power modes are: %s' % modes)
6004 pprint(' please choose one with -m')
6019 pprint(' is ftrace supported: %s' % res)
6029 pprint(' are kprobes supported: %s' % res)
6040 pprint(' timeline data source: %s' % res)
6048 pprint(' is rtcwake supported: %s' % res)
6051 pprint(' optional commands this tool may use for info:')
6059 pprint(' %s: %s' % (c, res))
6084 pprint('ERROR: %s\n' % msg)
6128 pprint('PROCESSING: %s' % sysvals.htmlfile)
6144 pprint('ERROR: data does not include the expected stamp')
6175 pprint('ERROR: Not enough test data to build a timeline')
6180 pprint('DONE: %s' % sysvals.htmlfile)
6426 pprint('FTRACE: %s' % sysvals.ftracefile)
6428 pprint('DMESG : %s' % sysvals.dmesgfile)
6437 pprint('Generating a summary of folder:\n %s' % inpath)
6455 pprint('Summary files:')
6463 pprint(' summary.html - tabular list of test data found')
6465 pprint(' summary-devices.html - kernel device list sorted by total execution time')
6467 pprint(' summary-issues.html - kernel issues found sorted by frequency')
6680 pprint('\n%s v%s\n'\
6797 pprint("Version %s" % sysvals.version)
7059 pprint(getModes())
7070 pprint('Display Status: %s' % sysvals.displayControl('stat').upper())
7128 pprint('Waiting %d seconds...' % (sysvals.multitest['delay']))
7135 pprint('Maximum fail count of %d reached, aborting multitest' % (sysvals.maxfail))