Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/timens/
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-v5.15/tools/testing/selftests/vDSO/
Dvdso_test_correctness.c52 vgettime_t vdso_clock_gettime; variable
127 vdso_clock_gettime = (vgettime_t)dlsym(vdso, name[1]); in fill_function_pointers()
128 if (!vdso_clock_gettime) in fill_function_pointers()
265 vdso_ret = vdso_clock_gettime(clock, &vdso); in test_one_clock_gettime()
278 vdso_ret = vdso_clock_gettime(clock, &vdso); in test_one_clock_gettime()
304 if (!vdso_clock_gettime) { in test_clock_gettime()
Dvdso_test_abi.c64 vdso_clock_gettime_t vdso_clock_gettime = in vdso_test_clock_gettime() local
67 if (!vdso_clock_gettime) { in vdso_test_clock_gettime()
73 long ret = vdso_clock_gettime(clk_id, &ts); in vdso_test_clock_gettime()