Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c1050 { "aggsize", dt_opt_size, DTRACEOPT_AGGSIZE },
H A Ddt_aggregate.c1107 size = dtp->dt_options[DTRACEOPT_AGGSIZE];
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1033 #define DTRACEOPT_AGGSIZE 3 /* aggregation size */ macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14925 DTRACEOPT_AGGSIZE)) != 0)
15066 if (opt[DTRACEOPT_AGGSIZE] != DTRACEOPT_UNSET &&
15067 opt[DTRACEOPT_AGGSIZE] != 0) {
15074 opt[DTRACEOPT_AGGSIZE] = 0;
15107 (state->dts_aggregations != NULL && opt[DTRACEOPT_AGGSIZE] < sz)) {
15375 case DTRACEOPT_AGGSIZE: