Home
last modified time | relevance | path

Searched refs:vdso_clock_gettime (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/timens/
H A Dgettime_perf.c19 vgettime_t vdso_clock_gettime; variable
39 vdso_clock_gettime = (vgettime_t)dlsym(vdso, "__vdso_clock_gettime"); in fill_function_pointers()
40 if (!vdso_clock_gettime) in fill_function_pointers()
41 vdso_clock_gettime = (vgettime_t)dlsym(vdso, "__kernel_clock_gettime"); in fill_function_pointers()
42 if (!vdso_clock_gettime) in fill_function_pointers()
53 vdso_clock_gettime(clockid, &start); in test()
58 vdso_clock_gettime(clockid, &tp); in test()
/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c54 vgettime_t vdso_clock_gettime; variable
135 vdso_clock_gettime = (vgettime_t)dlsym(vdso, name[1]); in fill_function_pointers()
136 if (!vdso_clock_gettime) in fill_function_pointers()
273 vdso_ret = VDSO_CALL(vdso_clock_gettime, 2, clock, &vdso); in test_one_clock_gettime()
286 vdso_ret = VDSO_CALL(vdso_clock_gettime, 2, clock, &vdso); in test_one_clock_gettime()
312 if (!vdso_clock_gettime) { in test_clock_gettime()
H A Dvdso_test_abi.c76 vdso_clock_gettime_t vdso_clock_gettime = in vdso_test_clock_gettime() local
79 if (!vdso_clock_gettime) { in vdso_test_clock_gettime()
87 long ret = VDSO_CALL(vdso_clock_gettime, 2, clk_id, &ts); in vdso_test_clock_gettime()