Searched refs:defaultdict (Results 1 - 6 of 6) sorted by path

/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py9 from collections import defaultdict namespace
12 return defaultdict(autodict)
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py15 from collections import defaultdict namespace
172 self.rqs = defaultdict(RunqueueSnapshot)
330 self.current_tsk = defaultdict(lambda : -1)
H A Dstackcollapse.py26 from collections import defaultdict namespace
69 lines = defaultdict(lambda: 0)
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py4 from collections import defaultdict namespace
122 xfails = defaultdict(dict)
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat36 from collections import defaultdict, namedtuple
777 ret = defaultdict(int)
/linux-master/tools/perf/pmu-events/
H A Djevents.py160 fold_into_strings = collections.defaultdict(set)

Completed in 197 milliseconds