BINTIME_SCALE_NS
bt->frac = (uint64_t)ts->tv_nsec * BINTIME_SCALE_NS;
bt.frac = (uint64_t)(ns % 1000000000U) * BINTIME_SCALE_NS;