Home
last modified time | relevance | path

Searched refs:DTRACEAGG_COUNT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c669 case DTRACEAGG_COUNT: in dt_aggregate_snap_cpu()
921 case DTRACEAGG_COUNT: in dt_aggregate_valcmp()
1353 case DTRACEAGG_COUNT: in dt_aggregate_total()
H A Ddt_open.c221 { "count", DT_IDENT_AGGFUNC, 0, DTRACEAGG_COUNT, DT_ATTR_STABCMN, DT_VERS_1_0,
H A Ddt_printf.c1042 if (kind != DTRACEAGG_COUNT) in dt_printf_validate()
H A Ddt_consume.c1846 assert(act == DTRACEAGG_SUM || act == DTRACEAGG_COUNT); in dt_print_datum()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h466 #define DTRACEAGG_COUNT (DTRACEACT_AGGREGATION + 1) macro
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c2035 case DTRACEAGG_COUNT: in dtj_new_aggval()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c10799 case DTRACEAGG_COUNT: in dtrace_ecb_aggregation_create()