Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_printf.h117 #define DT_PRINTF_AGGREGATION 0x2 /* enable aggregation conversion */ macro
H A Ddt_printf.c1105 if (!(flags & DT_PRINTF_AGGREGATION)) { in dt_printf_validate()
1336 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) { in dt_printf_format()
1371 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) { in dt_printf_format()
1450 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) { in dt_printf_format()
1546 if (pfv->pfv_flags & DT_PRINTF_AGGREGATION) { in dt_printf_format()
1770 pfv->pfv_flags |= DT_PRINTF_AGGREGATION; in dtrace_printa_create()
H A Ddt_cc.c564 DT_PRINTF_AGGREGATION, dnp->dn_ident, 1, in dt_action_printa()