HomeSort by relevance Sort by last modified time
    Searched full:autodict (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Core.py 11 def autodict(): function
12 return defaultdict(autodict)
14 flag_fields = autodict()
15 symbolic_fields = autodict()
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
syscall-counts.py 28 syscalls = autodict()
check-perf-trace.py 19 unhandled = autodict()
failed-syscalls-by-pid.py 32 syscalls = autodict()
sctop.py 39 syscalls = autodict()
syscall-counts-by-pid.py 31 syscalls = autodict()
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-script-python.txt 241 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

Completed in 122 milliseconds