Home
last modified time | relevance | path

Searched refs:dtahe_aggregate (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c570 h->dtahe_aggregate((int64_t *)&data[roffs], in dt_aggregate_snap_cpu()
582 h->dtahe_aggregate((int64_t *)data, in dt_aggregate_snap_cpu()
654 h->dtahe_aggregate = dt_aggregate_min; in dt_aggregate_snap_cpu()
658 h->dtahe_aggregate = dt_aggregate_max; in dt_aggregate_snap_cpu()
662 h->dtahe_aggregate = dt_aggregate_lquantize; in dt_aggregate_snap_cpu()
666 h->dtahe_aggregate = dt_aggregate_llquantize; in dt_aggregate_snap_cpu()
674 h->dtahe_aggregate = dt_aggregate_count; in dt_aggregate_snap_cpu()
H A Ddt_impl.h159 void (*dtahe_aggregate)(int64_t *, int64_t *, size_t); /* function */ member