Searched refs:tsc_interval (Results 1 – 2 of 2) sorted by relevance
139 rec->tsc_interval = rec->tsc_stop - rec->tsc_start; in time_bench_calc_stats()140 if (rec->tsc_interval == 0) { in time_bench_calc_stats()146 rec->tsc_cycles = rec->tsc_interval / invoked_cnt; in time_bench_calc_stats()148 rec->tsc_cycles = rec->tsc_interval; in time_bench_calc_stats()245 rec.tsc_interval); in time_bench_loop()315 rec->invoked_cnt, rec->tsc_interval); in time_bench_print_stats_cpumask()
41 uint64_t tsc_interval; member
Completed in 3 milliseconds