Home
last modified time | relevance | path

Searched refs:pprint (Results 1 – 9 of 9) sorted by relevance

/linux/tools/net/ynl/pyynl/
H A Dethtool.py11 import pprint
113 pprint.PrettyPrinter().pprint(msg)
323 pprint.PrettyPrinter().pprint(strset)
342 pprint.PrettyPrinter().pprint(rsp)
H A Dcli.py12 import pprint
270 pprint.pprint(msg, width=term_width(), compact=True)
/linux/tools/power/pm-graph/
H A Dsleepgraph.py72 def pprint(msg): function
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')
[all …]
H A Dbootgraph.py38 def pprint(msg): function
167 pprint('To generate a new timeline manually, follow these steps:\n\n'\
441 pprint('Sanity check failed for %s-%d' % (proc, pid))
452 pprint('WARNING: the callgraph found for %s is massive! (%d lines)' %\
538 pprint('ERROR: No timeline data')
744 pprint('Exception: %s' % str(e))
760 pprint('Exception: %s\n' % str(e))
807 pprint('Exception: %s' % str(e))
831 pprint('ERROR: %s\n' % msg)
839 pprint('\n%s v%s\n'\
[all …]
/linux/tools/docs/
H A Dget_feat.py16 from pprint import pprint
54 pprint(data)
/linux/tools/lib/python/abi/
H A Dabi_regex.py13 from pprint import pformat
H A Dabi_parser.py15 from pprint import pformat
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py22 import pprint
39 pp = pprint.PrettyPrinter()
/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py14 from pprint import pformat