Lines Matching refs:time_conv
533 if (tool->time_conv == NULL)
534 tool->time_conv = process_event_op2_stub;
951 event->time_conv.time_shift = bswap_64(event->time_conv.time_shift);
952 event->time_conv.time_mult = bswap_64(event->time_conv.time_mult);
953 event->time_conv.time_zero = bswap_64(event->time_conv.time_zero);
955 if (event_contains(event->time_conv, time_cycles)) {
956 event->time_conv.time_cycles = bswap_64(event->time_conv.time_cycles);
957 event->time_conv.time_mask = bswap_64(event->time_conv.time_mask);
1628 session->time_conv = event->time_conv;
1629 return tool->time_conv(session, event);