Home
last modified time | relevance | path

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

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