Home
last modified time | relevance | path

Searched refs:DTRACE_AGGVARIDNONE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c421 if (agg->dtagd_varid != DTRACE_AGGVARIDNONE) in dt_aggregate_aggvarid()
1298 dtrace_aggid_t max = DTRACE_AGGVARIDNONE, id; in dt_aggregate_total()
1322 if (clear || max == DTRACE_AGGVARIDNONE) in dt_aggregate_total()
1409 dtrace_aggid_t max = DTRACE_AGGVARIDNONE, id; in dt_aggregate_minmaxbin()
1424 if (clear || max == DTRACE_AGGVARIDNONE) in dt_aggregate_minmaxbin()
1690 if (aggvars[i] == DTRACE_AGGVARIDNONE || aggvars[i] < 0) in dtrace_aggregate_walk_joined()
H A Ddt_map.c397 agg->dtagd_varid = DTRACE_AGGVARIDNONE; in dt_aggid_add()
H A Ddt_open.c1046 DTRACE_AGGVARIDNONE + 1, UINT_MAX); in dt_vopen()
/titanic_41/usr/src/cmd/lockstat/
H A Dlockstat.c916 if (aggdesc->dtagd_varid > DTRACE_AGGVARIDNONE + 1) { in process_aggregate()
923 if (aggdesc->dtagd_varid != DTRACE_AGGVARIDNONE + 2) in process_aggregate()
/titanic_41/usr/src/uts/common/sys/
H A Ddtrace.h67 #define DTRACE_AGGVARIDNONE 0 /* invalid aggregation variable ID */ macro