Lines Matching refs:time_conv
698 event->time_conv.time_shift = bswap_64(event->time_conv.time_shift);
699 event->time_conv.time_mult = bswap_64(event->time_conv.time_mult);
700 event->time_conv.time_zero = bswap_64(event->time_conv.time_zero);
702 if (event_contains(event->time_conv, time_cycles)) {
703 event->time_conv.time_cycles = bswap_64(event->time_conv.time_cycles);
704 event->time_conv.time_mask = bswap_64(event->time_conv.time_mask);
1691 session->time_conv = event->time_conv;
1692 err = tool->time_conv(tool, session, event);