Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c1008 { "aggsortkeypos", dt_opt_runtime, DTRACEOPT_AGGSORTKEYPOS },
H A Ddt_aggregate.c1252 dtrace_optval_t keyposopt = dtp->dt_options[DTRACEOPT_AGGSORTKEYPOS]; in dt_aggregate_qsort()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h1026 #define DTRACEOPT_AGGSORTKEYPOS 26 /* agg. key position to sort on */ macro