/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_errtags.h | 83 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 D | dt_ident.h | 92 #define DT_IDENT_AGGFUNC 5 /* identifier is an aggregating function */
|
H A D | dt_aggregate.c | 580 * 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 D | dt_error.c | 66 { EDT_BADAGG, "Unknown aggregating action" },
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 40 /// 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 D | err.D_AGG_NULL.bad.d | 33 * An aggregation must have an aggregating function applied.
|
H A D | err.D_AGG_FUNC.bad.d | 33 * An aggregation must call an aggregating function.
|
H A D | err.D_FUNC_IDENT.bad.d | 33 * An aggregation must call an aggregating function, not a probe
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_AGG_COMM.AggAftCommit.d | 31 * A clause cannot contain a commit() followed by an aggregating action.
|
H A D | err.D_AGG_SPEC.SpeculateWithSum.d | 31 * Aggregating functions may never be speculative.
|
H A D | err.D_AGG_SPEC.SpeculateWithAvg.d | 31 * Aggregating actions may never be speculative.
|
H A D | err.D_AGG_SPEC.SpeculateWithCount.d | 31 * Aggregating functions may never be speculative.
|
H A D | err.D_AGG_SPEC.SpeculateWithMax.d | 31 * Aggregating functions may never be speculative.
|
H A D | err.D_AGG_SPEC.SpeculateWithMin.d | 31 * Aggregating functions may never be speculative.
|
H A D | err.D_AGG_SPEC.SpeculateWithStddev.d | 29 * Aggregating actions may never be speculative.
|
H A D | err.D_AGG_SPEC.SpeculateWithLquant.d | 31 * Aggregating functions may never be speculative.
|
H A D | err.D_AGG_SPEC.SpeculateWithQuant.d | 31 * Aggregating functions may never be speculative.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/clauses/ |
H A D | err.D_IDENT_UNDEF.aggfun.d | 31 * clause inside an aggregating function.
|
/freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | qcom,bcm-voter.yaml | 14 shared system resources by aggregating requests from multiple Resource State
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | CommonLinkerContext.h | 13 // aggregating all "global" states into a heap-based structure
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | trie-node.h | 44 /// Merges together two TrieNodes with like function ids, aggregating their
|
/freebsd/usr.sbin/route6d/ |
H A D | route6d.8 | 79 This option is used for aggregating routes.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.h | 101 // entering by holding a few context trees per entrypoint and then aggregating
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 2812 ("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 D | ELFNixPlatform.h | 239 // aggregating data from the jitlink.
|