Lines Matching refs:printf

100 		printf("Warning: failed to find vsyscall getcpu\n");  in vsyscall_getcpu()
118 printf("[WARN]\tfailed to find vDSO\n"); in fill_function_pointers()
124 printf("Warning: failed to find getcpu in vDSO\n"); in fill_function_pointers()
130 printf("Warning: failed to find clock_gettime in vDSO\n"); in fill_function_pointers()
135 printf("Warning: failed to find clock_gettime64 in vDSO\n"); in fill_function_pointers()
140 printf("Warning: failed to find gettimeofday in vDSO\n"); in fill_function_pointers()
167 printf("[RUN]\tTesting getcpu...\n"); in test_getcpu()
202 printf("[%s]\tCPU %u:", ok ? "OK" : "FAIL", cpu); in test_getcpu()
204 printf(" syscall: cpu %u, node %u", cpu_sys, node_sys); in test_getcpu()
206 printf(" vdso: cpu %u, node %u", cpu_vdso, node_vdso); in test_getcpu()
208 printf(" vsyscall: cpu %u, node %u", cpu_vsys, in test_getcpu()
210 printf("\n"); in test_getcpu()
262 printf("[RUN]\tTesting clock_gettime for clock %s (%d)...\n", name, clock); in test_one_clock_gettime()
268 printf("[OK]\tNo such clock.\n"); in test_one_clock_gettime()
270 printf("[FAIL]\tNo such clock, but __vdso_clock_gettime returned %d\n", vdso_ret); in test_one_clock_gettime()
274 printf("[WARN]\t clock_gettime(%d) syscall returned error %d\n", clock, errno); in test_one_clock_gettime()
283 printf("[FAIL]\tvDSO returned %d, syscall errno=%d\n", in test_one_clock_gettime()
289 printf("\t%llu.%09ld %llu.%09ld %llu.%09ld\n", in test_one_clock_gettime()
295 printf("[FAIL]\tTimes are out of sequence\n"); in test_one_clock_gettime()
300 printf("[OK]\tTest Passed.\n"); in test_one_clock_gettime()
306 printf("[SKIP]\tNo vDSO, so skipping clock_gettime() tests\n"); in test_clock_gettime()
324 printf("[RUN]\tTesting clock_gettime64 for clock %s (%d)...\n", name, clock); in test_one_clock_gettime64()
330 printf("[OK]\tNo such clock.\n"); in test_one_clock_gettime64()
332 printf("[FAIL]\tNo such clock, but __vdso_clock_gettime64 returned %d\n", vdso_ret); in test_one_clock_gettime64()
336 printf("[WARN]\t clock_gettime64(%d) syscall returned error %d\n", clock, errno); in test_one_clock_gettime64()
345 printf("[FAIL]\tvDSO returned %d, syscall errno=%d\n", in test_one_clock_gettime64()
351 printf("\t%llu.%09lld %llu.%09lld %llu.%09lld\n", in test_one_clock_gettime64()
357 printf("[FAIL]\tTimes are out of sequence\n"); in test_one_clock_gettime64()
362 printf("[OK]\tTest Passed.\n"); in test_one_clock_gettime64()
368 printf("[SKIP]\tNo vDSO, so skipping clock_gettime64() tests\n"); in test_clock_gettime64()
390 printf("[RUN]\tTesting gettimeofday...\n"); in test_gettimeofday()
393 printf("[FAIL]\tsys_gettimeofday failed (%d)\n", errno); in test_gettimeofday()
402 printf("[FAIL]\tvDSO returned %d, syscall errno=%d\n", in test_gettimeofday()
408 printf("\t%llu.%06ld %llu.%06ld %llu.%06ld\n", in test_gettimeofday()
414 printf("[FAIL]\tTimes are out of sequence\n"); in test_gettimeofday()
420 printf("[OK]\ttimezones match: minuteswest=%d, dsttime=%d\n", in test_gettimeofday()
423 printf("[FAIL]\ttimezones do not match\n"); in test_gettimeofday()