Home
last modified time | relevance | path

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

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