Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_work.c41 { DTRACEOPT_AGGRATE, offsetof(dtrace_hdl_t, dt_lastagg) },
288 dtp->dt_lastagg = 0; in dtrace_work()
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.h347 hrtime_t dt_lastagg; /* last snapshot of aggregation data */ member