Searched refs:timestamp_ns (Results 1 – 3 of 3) sorted by relevance
58 int ts_sec = pt_info->timestamp_ns / 1000000000LL; in sync_thread()59 int ts_usec = (pt_info->timestamp_ns % 1000000000LL) / 1000LL; in sync_thread()
40 uint64_t timestamp_ns; member
185 pointInfo->timestamp_ns, in getInfo()