TSTAT_PROBE_NLAPS
static hrtime_t tstat_probe_before[TSTAT_PROBE_NLAPS];
static hrtime_t tstat_probe_after[TSTAT_PROBE_NLAPS];
before = trapstat_probe_laps(TSTAT_PROBE_NLAPS, tstat_probe_before);
after = trapstat_probe_laps(TSTAT_PROBE_NLAPS, tstat_probe_after);