Searched refs:vdso_clock_gettime (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/timens/ |
H A D | gettime_perf.c | 19 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 D | vdso_test_correctness.c | 54 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 D | vdso_test_abi.c | 76 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()
|