Searched refs:tsc_start (Results 1 – 4 of 4) sorted by relevance
57 uint64_t tsc_start, tsc_end, tsc_freq; in check_tsc_freq() local65 tsc_start = rdmsr(MSR_IA32_TSC); in check_tsc_freq()69 tsc_freq = tsc_end - tsc_start; in check_tsc_freq()125 uint64_t tsc_start, tsc_end; in main() local147 tsc_start = rdtsc(); in main()151 l0_tsc_freq = tsc_end - tsc_start; in main()
133 uint64_t tsc_start; in sender_guest_code() local175 tsc_start = rdtsc(); in sender_guest_code()176 while (rdtsc() - tsc_start < 2000000000) { in sender_guest_code()
27 uint64_t tsc_start; member222 rec->tsc_start = tsc_start_clock(); in time_bench_start()
139 rec->tsc_interval = rec->tsc_stop - rec->tsc_start; in time_bench_calc_stats()
Completed in 7 milliseconds