Searched refs:clocksource (Results 1 – 5 of 5) sorted by relevance
28 char clocksource[50]; in main() local38 sscanf(line, "%s", &clocksource); in main()41 if (!strncmp(clocksource, "kvm-clock", strlen("kvm-clock"))) { in main()55 printf("FAIL: invalid clock source: %s\n", clocksource); in main()
198 enum fio_cs clocksource; member421 uint32_t clocksource; member
222 o->clocksource = le32_to_cpu(top->clocksource); in convert_thread_options_to_cpu()383 top->clocksource = cpu_to_le32(o->clocksource); in convert_thread_options_to_net()
372 fio_clock_source = td->o.clocksource; in fio_clock_source_cb()2196 .off1 = td_var_offset(clocksource),
1516 clocksource=str Use the given clocksource as the base of timing. The1525 cpu is the preferred clocksource if it is reliable, as it1527 automatically use this clocksource if it's supported and1529 another clocksource is specifically set. For x86/x86-64 CPUs,