Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c1080 { "aggsortkeypos", dt_opt_runtime, DTRACEOPT_AGGSORTKEYPOS },
H A Ddt_aggregate.c1262 dtrace_optval_t keyposopt = dtp->dt_options[DTRACEOPT_AGGSORTKEYPOS];
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1056 #define DTRACEOPT_AGGSORTKEYPOS 26 /* agg. key position to sort on */ macro