Home
last modified time | relevance | path

Searched refs:autodict (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py11 def autodict(): function
12 return defaultdict(autodict)
14 flag_fields = autodict()
15 symbolic_fields = autodict()
/openbmc/linux/tools/perf/scripts/python/
H A Dsyscall-counts.py30 syscalls = autodict()
H A Dcheck-perf-trace.py21 unhandled = autodict()
H A Dsctop.py46 syscalls = autodict()
H A Dsyscall-counts-by-pid.py33 syscalls = autodict()
H A Dfailed-syscalls-by-pid.py34 syscalls = autodict()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-python.txt239 syscalls = autodict()
247 The syscalls 'autodict' object is a special kind of Python dictionary
286 syscalls = autodict()
598 The *autodict* function returns a special kind of Python
604 autodict() - returns an autovivifying dictionary instance
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst828 counts = autodict()