Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/pm-graph/
Dsleepgraph.py71 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)
[all …]
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-v6.1/Documentation/sphinx/
DrstFlatTable.py294 def pprint(self): member in ListTableBuilder
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_offload.py22 import pprint
36 pp = pprint.PrettyPrinter()