Lines Matching defs:pprint
72 def pprint(msg):
348 pprint(msg)
358 pprint(msg)
379 pprint('ERROR: %s\n' % msg)
388 pprint('ERROR: %s\n' % msg)
687 pprint(' kprobe functions in this kernel:')
709 pprint(' %s: %s' % (name, res))
723 pprint(' kprobe functions enabled: %d/%d' % (linesack, linesout))
796 pprint('INITIALIZING FTRACE')
860 pprint('INITIALIZING KPROBES')
1222 pprint(errmsg)
1225 pprint(rawout.strip())
1312 pprint('TEST (%s) START' % id)
1318 pprint('TEST (%s) COMPLETE -- Duration %.1fs' % (id, dt))
1328 pprint('TEST (%s) START - Avg Duration %.1fs, Time left %s' % \
1380 pprint('CONFIGURING RUNTIME SUSPEND...')
1384 pprint('runtime suspend %s on all devices (%d changed)' % (self.rsdir, len(self.rslist)))
1385 pprint('waiting 5 seconds...')
1391 pprint('runtime suspend settings restored on %d devices' % len(self.rslist))
1431 pprint('%s:\n\taltname = %s\n\t async = %s' % (dev, self.altname, self.isasync))
2393 pprint(' -- %12.6f (depth=%02d): %s(); (%.3f us) %s' % (self.time, \
2396 pprint(' -- %12.6f (depth=%02d): %s} (%.3f us) %s' % (self.time, \
2399 pprint(' -- %12.6f (depth=%02d): %s() { (%.3f us) %s' % (self.time, \
2540 pprint('WARNING: ftrace data missing, corrections made:')
2600 pprint('Data misalignment for '+id+\
2603 pprint('Too much data for '+id+\
2656 pprint('Post Process Error: Depth missing')
2673 pprint('Post Process Error: Depth is less than 0')
2732 pprint('%s pid=%d [%f - %f] %.3f us' % \
2737 pprint('%f (%02d): %s(); (%.3f us)%s' % (l.time, \
2740 pprint('%f (%02d): %s} (%.3f us)%s' % (l.time, \
2743 pprint('%f (%02d): %s() { (%.3f us)%s' % (l.time, \
2745 pprint(' ')
3869 pprint('TEST%s FAILED: %s' % (tn, terr))
3883 pprint('test%s FAILED: enter %s failed with %s' % (tn, sysvals.suspendmode, data.enterfail))
4209 pprint('TEST FAILED: %s failed in %s phase' % (sysvals.suspendmode, lp))
4634 pprint('ERROR: Not enough test data to build a timeline')
5494 pprint('SET DISPLAY TO %s' % sv.display.upper())
5500 pprint('SYNCING FILESYSTEMS')
5517 pprint('COMMAND START')
5520 pprint('SUSPEND START')
5522 pprint('SUSPEND START (press a key to resume)')
5526 pprint('will issue an rtcwake in %d seconds' % sv.rtcwaketime)
5584 pprint('RESUME COMPLETE')
5607 pprint('CAPTURING DMESG')
5612 pprint('CAPTURING TRACE')
5655 pprint('LEGEND\n'\
5919 pprint('\n'\
5946 pprint('WARNING: /dev/mem is not readable, ignoring the FPDT data')
5962 pprint('Bad address 0x%x in %s' % (addr, sysvals.mempath))
5969 pprint('%s (%s)\n'\
5979 pprint('%s (%s)' % (rectype[header[0]], ascii(rechead[0])))
5989 pprint(' %s\n'\
5999 pprint(' %s\n'\
6008 pprint('')
6022 pprint('Checking this system (%s)...' % platform.node())
6028 pprint(' have root access: %s' % res)
6030 pprint(' Try running this script with sudo')
6037 pprint(' is sysfs mounted: %s' % res)
6049 pprint(' is "%s" a valid power mode: %s' % (sysvals.suspendmode, res))
6051 pprint(' valid power modes are: %s' % modes)
6052 pprint(' please choose one with -m')
6067 pprint(' is ftrace supported: %s' % res)
6077 pprint(' are kprobes supported: %s' % res)
6088 pprint(' timeline data source: %s' % res)
6096 pprint(' is rtcwake supported: %s' % res)
6099 pprint(' optional commands this tool may use for info:')
6107 pprint(' %s: %s' % (c, res))
6132 pprint('ERROR: %s\n' % msg)
6176 pprint('PROCESSING: %s' % sysvals.htmlfile)
6192 pprint('ERROR: data does not include the expected stamp')
6223 pprint('ERROR: Not enough test data to build a timeline')
6228 pprint('DONE: %s' % sysvals.htmlfile)
6483 pprint('FTRACE: %s' % sysvals.ftracefile)
6485 pprint('DMESG : %s' % sysvals.dmesgfile)
6494 pprint('Generating a summary of folder:\n %s' % inpath)
6512 pprint('Summary files:')
6520 pprint(' summary.html - tabular list of test data found')
6522 pprint(' summary-devices.html - kernel device list sorted by total execution time')
6524 pprint(' summary-issues.html - kernel issues found sorted by frequency')
6737 pprint('\n%s v%s\n'\
6855 pprint("Version %s" % sysvals.version)
7117 pprint(getModes())
7128 pprint('Display Status: %s' % sysvals.displayControl('stat').upper())
7186 pprint('Waiting %d seconds...' % (sysvals.multitest['delay']))
7193 pprint('Maximum fail count of %d reached, aborting multitest' % (sysvals.maxfail))