BINTIME_SCALE_US
bt->frac = (uint64_t)tv->tv_usec * BINTIME_SCALE_US;
bt.frac = (uint64_t)(us % 1000000U) * BINTIME_SCALE_US;