Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c1011 { "aggzoom", dt_opt_runtime, DTRACEOPT_AGGZOOM },
H A Ddt_aggregate.c1380 if (dtp->dt_options[DTRACEOPT_AGGZOOM] != DTRACEOPT_UNSET) { in dt_aggregate_total()
H A Ddt_consume.c511 if (dtp->dt_options[DTRACEOPT_AGGZOOM] == DTRACEOPT_UNSET) { in dt_quantize_total()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h1030 #define DTRACEOPT_AGGZOOM 30 /* zoomed aggregation scaling */ macro