Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddtrace.h360 #define DTRACE_A_HASPOSITIVES 0x0040 macro
H A Ddt_aggregate.c1303 tflags = DTRACE_A_TOTAL | DTRACE_A_HASNEGATIVES | DTRACE_A_HASPOSITIVES; in dt_aggregate_total()
1367 aggdata->dtada_flags |= DTRACE_A_HASPOSITIVES; in dt_aggregate_total()
H A Ddt_consume.c1840 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES; in dt_print_datum()