Searched refs:collections (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dmem-phys-addr.py14 import collections namespace
26 load_mem_type_cnt = collections.Counter()
H A Dstackcollapse.py26 from collections import defaultdict
H A Dsched-migration.py15 from collections import defaultdict
19 # Python 3: UserList moved to the collections package
20 from collections import UserList
/linux-master/tools/net/ynl/lib/
H A Dnlspec.py3 import collections namespace
203 self.attrs = collections.OrderedDict()
204 self.attrs_by_val = collections.OrderedDict()
301 self.formats = collections.OrderedDict()
456 self.attr_sets = collections.OrderedDict()
457 self.sub_msgs = collections.OrderedDict()
458 self.msgs = collections.OrderedDict()
459 self.req_by_value = collections.OrderedDict()
460 self.rsp_by_value = collections.OrderedDict()
461 self.ops = collections
[all...]
H A Dynl.py3 from collections import namedtuple
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py9 from collections import defaultdict
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool.py4 import collections namespace
/linux-master/tools/testing/selftests/net/
H A Ddevlink_port_split.py8 import collections namespace
23 Port = collections.namedtuple('Port', 'bus_info name')
/linux-master/tools/perf/
H A Dbuiltin-bench.c5 * General benchmarking collections provided by perf
121 static struct collection collections[] = { variable in typeref:struct:collection
139 /* Iterate over all benchmark collections: */
141 for (coll = collections; coll->name; coll++)
186 printf(" # List of all available benchmark collections:\n\n");
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py4 from collections import defaultdict
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c89 * top-level MSI domain, the command queue, the collections, and the
106 struct its_collection *collections; member in struct:its_node
242 return its->collections + its_dev->event_map.col_map[event];
331 if (valid_col(its->collections + vpe->col_idx))
1311 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx];
1327 desc.its_vmovp_cmd.col = &its->collections[col_id];
1353 desc.its_vmovp_cmd.col = &its->collections[col_id];
1704 target_col = &its_dev->its->collections[cpu];
2974 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections),
[all...]
/linux-master/tools/mm/
H A Dthpmaps14 import collections
179 VMA = collections.namedtuple('VMA', [
/linux-master/tools/perf/pmu-events/
H A Djevents.py12 import collections namespace
160 fold_into_strings = collections.defaultdict(set)
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py30 from collections import namedtuple
473 the pad among several physical collections)
816 Test that multiple pad collections do not trigger empty syncs.
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py21 from collections import OrderedDict
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat36 from collections import defaultdict, namedtuple
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py5 import collections namespace

Completed in 200 milliseconds