Searched refs:pprint (Results 1 – 4 of 4) sorted by relevance
69 def pprint(msg): function301 pprint(msg)326 pprint('ERROR: %s\n' % msg)335 pprint('ERROR: %s\n' % msg)617 pprint(' kprobe functions in this kernel:')639 pprint(' %s: %s' % (name, res))653 pprint(' kprobe functions enabled: %d/%d' % (linesack, linesout))721 pprint('INITIALIZING FTRACE...')749 pprint('Setting trace buffers to %d kB (%d kB per cpu)' % (tgtsize, tgtsize/cpus))785 pprint('INITIALIZING KPROBES...')[all …]
38 def pprint(msg): function165 pprint('To generate a new timeline manually, follow these steps:\n\n'\439 pprint('Sanity check failed for %s-%d' % (proc, pid))450 pprint('WARNING: the callgraph found for %s is massive! (%d lines)' %\536 pprint('ERROR: No timeline data')742 pprint('Exception: %s' % str(e))758 pprint('Exception: %s\n' % str(e))805 pprint('Exception: %s' % str(e))829 pprint('ERROR: %s\n' % msg)837 pprint('\n%s v%s\n'\[all …]
304 def pprint(self): member in ListTableBuilder
22 import pprint36 pp = pprint.PrettyPrinter()