Lines Matching refs:time_conv
552 if (tool->time_conv == NULL)
553 tool->time_conv = process_event_time_conv_stub;
984 event->time_conv.time_shift = bswap_64(event->time_conv.time_shift);
985 event->time_conv.time_mult = bswap_64(event->time_conv.time_mult);
986 event->time_conv.time_zero = bswap_64(event->time_conv.time_zero);
988 if (event_contains(event->time_conv, time_cycles)) {
989 event->time_conv.time_cycles = bswap_64(event->time_conv.time_cycles);
990 event->time_conv.time_mask = bswap_64(event->time_conv.time_mask);
1720 session->time_conv = event->time_conv;
1721 return tool->time_conv(session, event);