Home
last modified time | relevance | path

Searched full:aggregating (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_errtags.h83 D_AGG_FUNC, /* aggregating function required */
179 D_AGG_COMM, /* aggregating act after commit() */
180 D_AGG_SPEC, /* aggregating act after speculate() */
182 D_AGG_SCALAR, /* aggregating function needs scalar */
H A Ddt_ident.h92 #define DT_IDENT_AGGFUNC 5 /* identifier is an aggregating function */
H A Ddt_aggregate.c580 * We found it. Now we need to apply the aggregating
591 * If we're keeping per CPU data, apply the aggregating
1798 * any aggregating action for _any_ tuple. The issue becomes that we
1801 * aggregating action that corresponds to the aggregation variable. To
1916 * is an lquantize() aggregating action, zero-filled data is
H A Ddt_error.c66 { EDT_BADAGG, "Unknown aggregating action" },
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h40 /// instance, aggregating blocks by Thread ID.
44 /// instance, aggregating blocks by function call stack.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_AGG_NULL.bad.d33 * An aggregation must have an aggregating function applied.
H A Derr.D_AGG_FUNC.bad.d33 * An aggregation must call an aggregating function.
H A Derr.D_FUNC_IDENT.bad.d33 * An aggregation must call an aggregating function, not a probe
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_COMM.AggAftCommit.d31 * A clause cannot contain a commit() followed by an aggregating action.
H A Derr.D_AGG_SPEC.SpeculateWithSum.d31 * Aggregating functions may never be speculative.
H A Derr.D_AGG_SPEC.SpeculateWithAvg.d31 * Aggregating actions may never be speculative.
H A Derr.D_AGG_SPEC.SpeculateWithCount.d31 * Aggregating functions may never be speculative.
H A Derr.D_AGG_SPEC.SpeculateWithMax.d31 * Aggregating functions may never be speculative.
H A Derr.D_AGG_SPEC.SpeculateWithMin.d31 * Aggregating functions may never be speculative.
H A Derr.D_AGG_SPEC.SpeculateWithStddev.d29 * Aggregating actions may never be speculative.
H A Derr.D_AGG_SPEC.SpeculateWithLquant.d31 * Aggregating functions may never be speculative.
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d31 * Aggregating functions may never be speculative.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/clauses/
H A Derr.D_IDENT_UNDEF.aggfun.d31 * clause inside an aggregating function.
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,bcm-voter.yaml14 shared system resources by aggregating requests from multiple Resource State
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DCommonLinkerContext.h13 // aggregating all "global" states into a heap-based structure
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h44 /// Merges together two TrieNodes with like function ids, aggregating their
/freebsd/usr.sbin/route6d/
H A Droute6d.879 This option is used for aggregating routes.
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.h101 // entering by holding a few context trees per entrypoint and then aggregating
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c2812 ("recursive aggregation on aggregating txdesc")); in hn_txdesc_agg()
2990 * aggregating txdesc's chimney sending buffer size in hn_try_txagg()
3013 * flush this aggregating txdesc proactively. in hn_try_txagg()
3022 KASSERT(txr->hn_agg_txd == NULL, ("lingering aggregating txdesc")); in hn_try_txagg()
3192 KASSERT(txr->hn_agg_txd == NULL, ("aggregating sglist txdesc")); in hn_encap()
5387 /* Aggregated txds will be freed by their aggregating txd. */ in hn_txdesc_gc()
5407 * to the aggregating txd, two passes are used here: in hn_tx_ring_destroy()
5693 KASSERT(txr->hn_agg_txd == NULL, ("lingering aggregating txdesc")); in hn_start_locked()
5751 ("encap failed w/ pending aggregating txdesc")); in hn_start_locked()
5758 ("pending mbuf for aggregating txdesc")); in hn_start_locked()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h239 // aggregating data from the jitlink.

12