Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c685 case DTRACEAGG_COUNT:
937 case DTRACEAGG_COUNT:
1365 case DTRACEAGG_COUNT:
H A Ddt_open.c246 { "count", DT_IDENT_AGGFUNC, 0, DTRACEAGG_COUNT, DT_ATTR_STABCMN, DT_VERS_1_0,
H A Ddt_consume.c2604 assert(act == DTRACEAGG_SUM || act == DTRACEAGG_COUNT); in dt_print_datum()
2775 case DTRACEAGG_COUNT: in dt_format_aggs()
H A Ddt_printf.c1076 if (kind != DTRACEAGG_COUNT) in dt_printf_validate()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h495 #define DTRACEAGG_COUNT (DTRACEACT_AGGREGATION + 1) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c11322 case DTRACEAGG_COUNT: