Searched refs:ts_usec (Results 1 – 6 of 6) sorted by relevance
31 uint32_t ts_usec; /* timestamp microseconds */ member53 int32_t ts_usec; /* 24: gettimeofday */ member110 packet->ts_usec = tv.tv_usec; in do_usb_pcap_header()113 header.ts_usec = packet->ts_usec; in do_usb_pcap_header()
112 const ts_usec = parseFloat(l) * 1000.0;113 if (!isNaN(ts_usec)) {114 timestamps.push(ts_usec);
188 unsigned int ts_usec; member
99 s32 ts_usec; /* ktime_get_real_ts64 */ member577 ep->ts_usec = ts.tv_nsec / NSEC_PER_USEC; in mon_bin_event()665 ep->ts_usec = ts.tv_nsec / NSEC_PER_USEC; in mon_bin_error()
627 u64 ts_usec = info->ts_nsec; in info_print_ext_header() local638 do_div(ts_usec, 1000); in info_print_ext_header()642 ts_usec, info->flags & LOG_CONT ? 'c' : '-', caller); in info_print_ext_header()
228 s32 ts_usec; /* 24: gettimeofday */