Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdtrace.h362 #define DTRACE_A_HASNEGATIVES 0x0020 macro
HDdt_aggregate.c1313 tflags = DTRACE_A_TOTAL | DTRACE_A_HASNEGATIVES | DTRACE_A_HASPOSITIVES;
1380 aggdata->dtada_flags |= DTRACE_A_HASNEGATIVES;
HDdt_consume.c2155 char negatives = aggdata->dtada_flags & DTRACE_A_HASNEGATIVES; in dt_print_datum()