Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c147 (void) dt_idhash_iter(dtp->dt_aggs, dt_pcb_pop_ident, dtp); in dt_pcb_pop()
148 dt_idhash_update(dtp->dt_aggs); in dt_pcb_pop()
H A Ddt_open.c1049 dtp->dt_aggs = dt_idhash_create("aggregation", NULL, in dt_vopen()
1058 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL || in dt_vopen()
1362 if (dtp->dt_aggs != NULL) in dtrace_close()
1363 dt_idhash_destroy(dtp->dt_aggs); in dtrace_close()
H A Ddt_impl.h221 dt_idhash_t *dt_aggs; /* hash table of aggregation identifiers */ member
H A Ddt_parser.c2881 dt_xcook_ident(dnp, dtp->dt_aggs, DT_IDENT_AGG, B_FALSE); in dt_cook_ident()
3208 dhp = dtp->dt_aggs; in dt_cook_op2()
3497 dt_xcook_ident(lp, dtp->dt_aggs, in dt_cook_op2()
H A Ddt_cc.c1790 (void) dt_idhash_iter(dtp->dt_aggs, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()