Home
last modified time | relevance | path

Searched refs:ts_usec (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dpcap.c31 uint32_t ts_usec; /* timestamp microseconds */ member
53 int32_t ts_usec; /* 24: gettimeofday */ member
110 packet->ts_usec = tv.tv_usec; in do_usb_pcap_header()
113 header.ts_usec = packet->ts_usec; in do_usb_pcap_header()
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_pcap_loader.js112 const ts_usec = parseFloat(l) * 1000.0;
113 if (!isNaN(ts_usec)) {
114 timestamps.push(ts_usec);
/openbmc/linux/include/uapi/linux/
H A Dif_packet.h188 unsigned int ts_usec; member
/openbmc/linux/drivers/usb/mon/
H A Dmon_bin.c99 s32 ts_usec; /* ktime_get_real_ts64 */ member
577 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()
/openbmc/linux/kernel/printk/
H A Dprintk.c627 u64 ts_usec = info->ts_nsec; in info_print_ext_header() local
638 do_div(ts_usec, 1000); in info_print_ext_header()
642 ts_usec, info->flags & LOG_CONT ? 'c' : '-', caller); in info_print_ext_header()
/openbmc/linux/Documentation/usb/
H A Dusbmon.rst228 s32 ts_usec; /* 24: gettimeofday */