Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/timens/
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-6.3-rc2/tools/testing/selftests/vDSO/
A Dvdso_test_correctness.c53 vgettime_t vdso_clock_gettime; variable
128 vdso_clock_gettime = (vgettime_t)dlsym(vdso, name[1]); in fill_function_pointers()
129 if (!vdso_clock_gettime) in fill_function_pointers()
266 vdso_ret = vdso_clock_gettime(clock, &vdso); in test_one_clock_gettime()
279 vdso_ret = vdso_clock_gettime(clock, &vdso); in test_one_clock_gettime()
305 if (!vdso_clock_gettime) { in test_clock_gettime()
A Dvdso_test_abi.c66 vdso_clock_gettime_t vdso_clock_gettime = in vdso_test_clock_gettime() local
69 if (!vdso_clock_gettime) { in vdso_test_clock_gettime()
75 long ret = vdso_clock_gettime(clk_id, &ts); in vdso_test_clock_gettime()

Completed in 7 milliseconds