Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/
H A Dethtool.py6 import pprint
103 pprint.PrettyPrinter().pprint(msg)
306 pprint.PrettyPrinter().pprint(strset)
325 pprint.PrettyPrinter().pprint(rsp)
H A Dcli.py8 import pprint
155 pprint.PrettyPrinter().pprint(msg)
/linux/tools/docs/
H A Dget_feat.py16 from pprint import pprint
54 pprint(data)
/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/lib/python/abi/
H A Dabi_regex.py13 from pprint import pformat
H A Dabi_parser.py15 from pprint import pformat
/linux/Documentation/sphinx/
H A Dkerneldoc.py42 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.py17 from pprint import pformat