Lines Matching refs:pprint

71 def pprint(msg):  function
342 pprint(msg)
367 pprint('ERROR: %s\n' % msg)
376 pprint('ERROR: %s\n' % msg)
675 pprint(' kprobe functions in this kernel:')
697 pprint(' %s: %s' % (name, res))
711 pprint(' kprobe functions enabled: %d/%d' % (linesack, linesout))
784 pprint('INITIALIZING FTRACE')
848 pprint('INITIALIZING KPROBES')
1181 pprint(errmsg)
1184 pprint(rawout.strip())
1271 pprint('TEST (%s) START' % id)
1277 pprint('TEST (%s) COMPLETE -- Duration %.1fs' % (id, dt))
1287 pprint('TEST (%s) START - Avg Duration %.1fs, Time left %s' % \
1339 pprint('CONFIGURING RUNTIME SUSPEND...')
1343 pprint('runtime suspend %s on all devices (%d changed)' % (self.rsdir, len(self.rslist)))
1344 pprint('waiting 5 seconds...')
1350 pprint('runtime suspend settings restored on %d devices' % len(self.rslist))
1390 pprint('%s:\n\taltname = %s\n\t async = %s' % (dev, self.altname, self.isasync))
2350 pprint(' -- %12.6f (depth=%02d): %s(); (%.3f us) %s' % (self.time, \
2353 pprint(' -- %12.6f (depth=%02d): %s} (%.3f us) %s' % (self.time, \
2356 pprint(' -- %12.6f (depth=%02d): %s() { (%.3f us) %s' % (self.time, \
2497 pprint('WARNING: ftrace data missing, corrections made:')
2557 pprint('Data misalignment for '+id+\
2560 pprint('Too much data for '+id+\
2613 pprint('Post Process Error: Depth missing')
2630 pprint('Post Process Error: Depth is less than 0')
2689 pprint('%s pid=%d [%f - %f] %.3f us' % \
2694 pprint('%f (%02d): %s(); (%.3f us)%s' % (l.time, \
2697 pprint('%f (%02d): %s} (%.3f us)%s' % (l.time, \
2700 pprint('%f (%02d): %s() { (%.3f us)%s' % (l.time, \
2702 pprint(' ')
3825 pprint('TEST%s FAILED: %s' % (tn, terr))
3839 pprint('test%s FAILED: enter %s failed with %s' % (tn, sysvals.suspendmode, data.enterfail))
4162 pprint('TEST FAILED: %s failed in %s phase' % (sysvals.suspendmode, lp))
4586 pprint('ERROR: Not enough test data to build a timeline')
5442 pprint('SET DISPLAY TO %s' % sv.display.upper())
5448 pprint('SYNCING FILESYSTEMS')
5465 pprint('COMMAND START')
5468 pprint('SUSPEND START')
5470 pprint('SUSPEND START (press a key to resume)')
5474 pprint('will issue an rtcwake in %d seconds' % sv.rtcwaketime)
5529 pprint('RESUME COMPLETE')
5552 pprint('CAPTURING DMESG')
5557 pprint('CAPTURING TRACE')
5601 pprint('LEGEND\n'\
5750 pprint('WARNING: /dev/mem is not readable, ignoring DMI data')
5781 pprint('WARNING: /dev/mem is not readable, ignoring DMI data')
5850 pprint('\n'\
5877 pprint('WARNING: /dev/mem is not readable, ignoring the FPDT data')
5893 pprint('Bad address 0x%x in %s' % (addr, sysvals.mempath))
5900 pprint('%s (%s)\n'\
5910 pprint('%s (%s)' % (rectype[header[0]], ascii(rechead[0])))
5920 pprint(' %s\n'\
5930 pprint(' %s\n'\
5939 pprint('')
5953 pprint('Checking this system (%s)...' % platform.node())
5959 pprint(' have root access: %s' % res)
5961 pprint(' Try running this script with sudo')
5968 pprint(' is sysfs mounted: %s' % res)
5980 pprint(' is "%s" a valid power mode: %s' % (sysvals.suspendmode, res))
5982 pprint(' valid power modes are: %s' % modes)
5983 pprint(' please choose one with -m')
5998 pprint(' is ftrace supported: %s' % res)
6008 pprint(' are kprobes supported: %s' % res)
6019 pprint(' timeline data source: %s' % res)
6027 pprint(' is rtcwake supported: %s' % res)
6030 pprint(' optional commands this tool may use for info:')
6038 pprint(' %s: %s' % (c, res))
6063 pprint('ERROR: %s\n' % msg)
6107 pprint('PROCESSING: %s' % sysvals.htmlfile)
6123 pprint('ERROR: data does not include the expected stamp')
6154 pprint('ERROR: Not enough test data to build a timeline')
6159 pprint('DONE: %s' % sysvals.htmlfile)
6405 pprint('FTRACE: %s' % sysvals.ftracefile)
6407 pprint('DMESG : %s' % sysvals.dmesgfile)
6416 pprint('Generating a summary of folder:\n %s' % inpath)
6434 pprint('Summary files:')
6442 pprint(' summary.html - tabular list of test data found')
6444 pprint(' summary-devices.html - kernel device list sorted by total execution time')
6446 pprint(' summary-issues.html - kernel issues found sorted by frequency')
6659 pprint('\n%s v%s\n'\
6776 pprint("Version %s" % sysvals.version)
7038 pprint(getModes())
7049 pprint('Display Status: %s' % sysvals.displayControl('stat').upper())
7107 pprint('Waiting %d seconds...' % (sysvals.multitest['delay']))
7114 pprint('Maximum fail count of %d reached, aborting multitest' % (sysvals.maxfail))