Searched refs:tod_ns (Results 1 – 6 of 6) sorted by relevance
123 u64 tod_ns; member
925 data64 = &ff->ph->env.clock.tod_ns; in write_clock_data()1732 struct timeval tod_ns; in print_clock_data() local1743 ref = ff->ph->env.clock.tod_ns; in print_clock_data()1744 tod_ns.tv_sec = ref / NSEC_PER_SEC; in print_clock_data()1745 ref -= tod_ns.tv_sec * NSEC_PER_SEC; in print_clock_data()1746 tod_ns.tv_usec = ref / NSEC_PER_USEC; in print_clock_data()1756 if (localtime_r(&tod_ns.tv_sec, <ime) == NULL) in print_clock_data()1761 date, (int) tod_ns.tv_usec); in print_clock_data()1766 tstr, (long) tod_ns.tv_sec, (int) tod_ns.tv_usec, in print_clock_data()3015 ff->ph->env.clock.tod_ns = data64; in process_clock_data()
265 "%" PRIu64, header->env.clock.tod_ns); in output_headers()
1407 offset = env->clock.tod_ns - env->clock.clockid_ns; in ctf_writer__setup_clock()
688 u64 tod_ns, clockid_ns; in tod_scnprintf() local706 tod_ns = env->clock.tod_ns; in tod_scnprintf()709 tod_ns += timestamp - clockid_ns; in tod_scnprintf()711 tod_ns -= clockid_ns - timestamp; in tod_scnprintf()713 sec = (time_t) (tod_ns / NSEC_PER_SEC); in tod_scnprintf()714 nsec = tod_ns - sec * NSEC_PER_SEC; in tod_scnprintf()
2162 session->header.env.clock.tod_ns = ref; in record__init_clock()