Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ !
DCore.py11 def autodict(): function
12 return defaultdict(autodict)
14 flag_fields = autodict()
15 symbolic_fields = autodict()
/linux-6.1.9/tools/perf/scripts/python/ !
Dsyscall-counts.py30 syscalls = autodict()
Dcheck-perf-trace.py21 unhandled = autodict()
Dsyscall-counts-by-pid.py33 syscalls = autodict()
Dsctop.py46 syscalls = autodict()
Dfailed-syscalls-by-pid.py34 syscalls = autodict()
/linux-6.1.9/tools/perf/Documentation/ !
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