Home
last modified time | relevance | path

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

/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()
/tools/perf/scripts/python/
Dsyscall-counts.py28 syscalls = autodict()
Dcheck-perf-trace.py19 unhandled = autodict()
Dsyscall-counts-by-pid.py31 syscalls = autodict()
Dsctop.py39 syscalls = autodict()
Dfailed-syscalls-by-pid.py32 syscalls = autodict()
/tools/perf/Documentation/
Dperf-script-python.txt241 syscalls = autodict()
249 The syscalls 'autodict' object is a special kind of Python dictionary
288 syscalls = autodict()
582 The *autodict* function returns a special kind of Python
588 autodict() - returns an autovivifying dictionary instance