/openbmc/openbmc/poky/scripts/lib/build_perf/ |
H A D | report.py | 142 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 D | tablefilter.py | 248 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 D | buildstats.py | 161 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 D | gpio-aggregator.rst | 6 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 D | 0001-include-missing-array-header.patch | 7 src/osaf/consensus/key_value.cc:25:30: error: aggregate 'std::array<char, 128> buffer' has incomple…
|
/openbmc/bmcweb/ |
H A D | AGGREGATION.md | 45 - 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 D | tegra186-emc.c | 268 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
|
/openbmc/linux/include/linux/ |
H A D | interconnect-provider.h | 64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, member
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-stat.txt | 99 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 D | serial-u16550.rst | 65 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 D | ghash-ce-core.S | 196 .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 D | jfs_incore.h | 174 uint aggregate; /* volume identifier in log record */ member
|
H A D | jfs_logmgr.h | 196 __le32 aggregate; /* 4: file system lv/aggregate */ member
|
/openbmc/linux/drivers/interconnect/ |
H A D | icc-clk.c | 102 provider->aggregate = icc_std_aggregate; in icc_clk_register()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ |
H A D | ostree_2024.10.bb | 34 # |../git/src/libotutil/zbase32.c:37:1: error: function returns an aggregate [-Werror=aggregate-ret…
|
/openbmc/linux/drivers/interconnect/samsung/ |
H A D | exynos.c | 124 provider->aggregate = icc_std_aggregate; in exynos_generic_icc_probe()
|
/openbmc/linux/include/soc/tegra/ |
H A D | mc.h | 170 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, member
|
/openbmc/libmctp/docs/ |
H A D | fuzzing.md | 63 - Use [grcov](https://github.com/mozilla/grcov) to aggregate the coverage traces
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | GFDL-1.2-no-invariants-or-later | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2-only | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2 | 305 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 D | GFDL-1.2-or-later | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2-invariants-or-later | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2-invariants-only | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2-no-invariants-only | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|