Home
last modified time | relevance | path

Searched refs:collections (Results 1 – 15 of 15) sorted by relevance

/tools/perf/scripts/python/
A Dmem-phys-addr.py10 import collections
27 iomem: Dict[int, list[IomemEntry]] = collections.defaultdict(list)
29 children: Dict[IomemEntry, set[IomemEntry]] = collections.defaultdict(set)
33 load_mem_type_cnt: Dict[IomemEntry, int] = collections.Counter()
A Dstackcollapse.py26 from collections import defaultdict
A Dsched-migration.py15 from collections import defaultdict
20 from collections import UserList
/tools/net/ynl/pyynl/lib/
A Dnlspec.py3 import collections
206 self.attrs = collections.OrderedDict()
207 self.attrs_by_val = collections.OrderedDict()
307 self.formats = collections.OrderedDict()
464 self.attr_sets = collections.OrderedDict()
465 self.sub_msgs = collections.OrderedDict()
466 self.msgs = collections.OrderedDict()
467 self.req_by_value = collections.OrderedDict()
469 self.ops = collections.OrderedDict()
470 self.ntfs = collections.OrderedDict()
[all …]
A Dynl.py3 from collections import namedtuple
/tools/testing/selftests/drivers/net/hw/
A Ddevlink_port_split.py8 import collections
23 Port = collections.namedtuple('Port', 'bus_info name')
/tools/perf/
A Dbuiltin-bench.c123 static struct collection collections[] = { variable
143 for (coll = collections; coll->name; coll++)
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DCore.py9 from collections import defaultdict
/tools/testing/selftests/bpf/
A Dtest_bpftool.py4 import collections
/tools/mm/
A Dthpmaps14 import collections
179 VMA = collections.namedtuple('VMA', [
/tools/perf/pmu-events/
A Djevents.py12 import collections
163 fold_into_strings = collections.defaultdict(set)
/tools/testing/selftests/hid/tests/
A Dtest_wacom_generic.py30 from collections import namedtuple
/tools/testing/selftests/tc-testing/
A Dtdc.py21 from collections import OrderedDict
/tools/kvm/kvm_stat/
A Dkvm_stat36 from collections import defaultdict, namedtuple
/tools/net/ynl/pyynl/
A Dynl_gen_c.py5 import collections

Completed in 36 milliseconds