Searched refs:dt_lastagg (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c41 { DTRACEOPT_AGGRATE, offsetof(dtrace_hdl_t, dt_lastagg) },
288 dtp->dt_lastagg = 0;
H A Ddt_aggregate.c717 if (dtp->dt_lastagg != 0) {
718 if (now - dtp->dt_lastagg < interval)
721 dtp->dt_lastagg += interval;
723 dtp->dt_lastagg = now;
H A Ddt_impl.h326 hrtime_t dt_lastagg; /* last snapshot of aggregation data */ member in struct:dtrace_hdl

Completed in 102 milliseconds