Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 158) sorted by relevance

1234567

/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dreport.py142 def aggregate_obj(aggregate, obj, assert_str=True): argument
144 assert type(aggregate) is type(obj), \
145 "Type mismatch: {} != {}".format(type(aggregate), type(obj))
147 assert set(aggregate.keys()) == set(obj.keys())
149 aggregate_obj(aggregate[key], val, key not in mutable_keys)
151 assert len(aggregate) == len(obj)
153 aggregate_obj(aggregate[i], val)
155 assert aggregate == obj, "Data mismatch {} != {}".format(aggregate, obj)
161 aggregate = metadata[0].copy()
163 aggregate_obj(aggregate, testrun)
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtablefilter.py248 data['min'] = queryset.aggregate(Min(self.field))[self.field + '__min']
249 data['max'] = queryset.aggregate(Max(self.field))[self.field + '__max']
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py161 def aggregate(self, bsrecipe): member in BSRecipe
277 def aggregate(self, buildstats): member in BuildStats
283 self[pkg].aggregate(data)
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst6 The GPIO Aggregator provides a mechanism to aggregate GPIOs, and expose them as
33 aggregate to the "new_device" file, using the format
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-include-missing-array-header.patch7 src/osaf/consensus/key_value.cc:25:30: error: aggregate 'std::array<char, 128> buffer' has incomple…
/openbmc/bmcweb/
H A DAGGREGATION.md45 - Can only aggregate a single satellite BMC
64 aggregate that collection since some of the schemas can be very large and their
68 Similarly, we do not aggregate any satellite `$metadata` which is available at
/openbmc/linux/drivers/memory/tegra/
H A Dtegra186-emc.c268 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
/openbmc/linux/include/linux/
H A Dinterconnect-provider.h64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, member
/openbmc/linux/tools/perf/Documentation/
H A Dperf-stat.txt99 Use BPF programs to aggregate readings from perf_events. This
156 Do not aggregate counts across all monitored CPUs.
316 Using option "--per-cache=l3" or "--per-cache=L3" will aggregate the
404 option "--per-cache=l3" or "--per-cache=L3" will aggregate the
425 Do not aggregate counts across all monitored CPUs.
482 stat will, by default, aggregate the event counts and show the result
495 counts per PMU. But sometimes, it's also useful to aggregate event counts
614 - optional aggregate options:
/openbmc/linux/Documentation/sound/cards/
H A Dserial-u16550.rst65 Out for each byte, so the aggregate data rate across all four MIDI Outs is
76 the MIDI Outs to act independently at double the aggregate throughput of M/B,
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-core.S196 .macro ghash_update, pn, enc, aggregate=1, head=1 argument
210 .if \aggregate
606 ghash_update p64, aggregate=0, head=0
663 ghash_update p64, aggregate=0, head=0
/openbmc/linux/fs/jfs/
H A Djfs_incore.h174 uint aggregate; /* volume identifier in log record */ member
H A Djfs_logmgr.h196 __le32 aggregate; /* 4: file system lv/aggregate */ member
/openbmc/linux/drivers/interconnect/
H A Dicc-clk.c102 provider->aggregate = icc_std_aggregate; in icc_clk_register()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/
H A Dostree_2024.10.bb34 # |../git/src/libotutil/zbase32.c:37:1: error: function returns an aggregate [-Werror=aggregate-ret…
/openbmc/linux/drivers/interconnect/samsung/
H A Dexynos.c124 provider->aggregate = icc_std_aggregate; in exynos_generic_icc_probe()
/openbmc/linux/include/soc/tegra/
H A Dmc.h170 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, member
/openbmc/libmctp/docs/
H A Dfuzzing.md63 - Use [grcov](https://github.com/mozilla/grcov) to aggregate the coverage traces
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGFDL-1.2-no-invariants-or-later98aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o…
100aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
H A DGFDL-1.2-only98aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o…
100aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
H A DGFDL-1.2305 distribution medium, is called an "aggregate" if the copyright
308 When the Document is included in an aggregate, this License does not
309 apply to the other works in the aggregate which are not themselves
314 the entire aggregate, the Document`s Cover Texts may be placed on
315 covers that bracket the Document within the aggregate, or the
318 aggregate.
H A DGFDL-1.2-or-later98aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o…
100aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
H A DGFDL-1.2-invariants-or-later98aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o…
100aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
H A DGFDL-1.2-invariants-only98aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o…
100aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
H A DGFDL-1.2-no-invariants-only98aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o…
100aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…

1234567