Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
Dmem-phys-addr.py14 import collections
26 load_mem_type_cnt = collections.Counter()
Dstackcollapse.py26 from collections import defaultdict
Dsched-migration.py15 from collections import defaultdict
20 from collections import UserList
/tools/testing/kunit/
Dkunit_config.py9 import collections
15 KconfigEntryBase = collections.namedtuple('KconfigEntryBase', ['name', 'value'])
Dkunit.py15 from collections import namedtuple
Dkunit_parser.py11 from collections import namedtuple
/tools/perf/
Dbuiltin-bench.c101 static struct collection collections[] = { variable
119 for (coll = collections; coll->name; coll++)
/tools/testing/selftests/net/
Ddevlink_port_split.py8 import collections
21 Port = collections.namedtuple('Port', 'bus_info name')
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py9 from collections import defaultdict
/tools/testing/selftests/bpf/
Dtest_bpftool.py4 import collections
/tools/testing/selftests/tc-testing/
Dtdc.py19 from collections import OrderedDict
/tools/kvm/kvm_stat/
Dkvm_stat36 from collections import defaultdict, namedtuple