Home
last modified time | relevance | path

Searched refs:clocksource (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dclocksource-switch.c86 int change_clocksource(char *clocksource) in change_clocksource() argument
96 size = write(fd, clocksource, strlen(clocksource)); in change_clocksource()
D.gitignore3 clocksource-switch
DMakefile11 skew_consistency clocksource-switch freq-step leap-a-day \
/external/fio/
Dthread_options.h232 enum fio_cs clocksource; member
502 uint32_t clocksource; member
Dcconv.c261 o->clocksource = le32_to_cpu(top->clocksource); in convert_thread_options_to_cpu()
447 top->clocksource = cpu_to_le32(o->clocksource); in convert_thread_options_to_net()
Doptions.c404 fio_clock_source = td->o.clocksource; in fio_clock_source_cb()
2549 .off1 = offsetof(struct thread_options, clocksource),
DHOWTO677 .. option:: clocksource=str
679 Use the given clocksource as the base of timing. The supported options are:
690 cpu is the preferred clocksource if it is reliable, as it is very fast (and
691 fio is heavy on time calls). Fio will automatically use this clocksource if
693 unless another clocksource is specifically set. For x86/x86-64 CPUs, this
/external/linux-kselftest/
DAndroid.bp250 "tools/testing/selftests/timers/clocksource-switch.c",