Home
last modified time | relevance | path

Searched refs:DTRACEOPT_AGGPACK (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c1077 { "aggpack", dt_opt_runtime, DTRACEOPT_AGGPACK },
H A Ddt_aggregate.c1554 if (dtp->dt_options[DTRACEOPT_AGGPACK] != DTRACEOPT_UNSET) {
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1059 #define DTRACEOPT_AGGPACK 29 /* packed aggregation output */ macro