Home
last modified time | relevance | path

Searched refs:DTRACEOPT_AGGSIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_options.c1010 { "aggsize", dt_opt_size, DTRACEOPT_AGGSIZE },
HDdt_aggregate.c1099 size = dtp->dt_options[DTRACEOPT_AGGSIZE];
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace.h1028 #define DTRACEOPT_AGGSIZE 3 /* aggregation size */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c14801 DTRACEOPT_AGGSIZE)) != 0)
14942 if (opt[DTRACEOPT_AGGSIZE] != DTRACEOPT_UNSET &&
14943 opt[DTRACEOPT_AGGSIZE] != 0) {
14950 opt[DTRACEOPT_AGGSIZE] = 0;
14983 (state->dts_aggregations != NULL && opt[DTRACEOPT_AGGSIZE] < sz)) {
15251 case DTRACEOPT_AGGSIZE: