Searched refs:pprint (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/net/ynl/
H A Dcli.py6 import pprint namespace
49 pprint.PrettyPrinter().pprint(msg)
H A Dethtool.py6 import pprint namespace
97 pprint.PrettyPrinter().pprint(msg)
300 pprint.PrettyPrinter().pprint(strset)
319 pprint.PrettyPrinter().pprint(rsp)
/linux-master/tools/power/pm-graph/
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('\
[all...]
H A Dsleepgraph.py71 def pprint(msg): function
343 pprint(msg)
368 pprint('ERROR: %s\n' % msg)
377 pprint('ERROR: %s\n' % msg)
676 pprint(' kprobe functions in this kernel:')
698 pprint(' %s: %s' % (name, res))
712 pprint(' kprobe functions enabled: %d/%d' % (linesack, linesout))
785 pprint('INITIALIZING FTRACE')
849 pprint('INITIALIZING KPROBES')
1199 pprint(errms
[all...]
/linux-master/Documentation/sphinx/
H A DrstFlatTable.py294 def pprint(self): member in class:ListTableBuilder
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py22 import pprint namespace
36 pp = pprint.PrettyPrinter()

Completed in 659 milliseconds