Lines Matching refs:printf

75 		printf("[WARN]\tfailed to find vDSO\n");  in init_vdso()
81 printf("[WARN]\tfailed to find gettimeofday in vDSO\n"); in init_vdso()
85 printf("[WARN]\tfailed to find clock_gettime in vDSO\n"); in init_vdso()
89 printf("[WARN]\tfailed to find time in vDSO\n"); in init_vdso()
94 printf("[%s]\tfailed to find getcpu in vDSO\n", in init_vdso()
109 printf("[WARN]\tCould not open /proc/self/maps -- assuming vsyscall is r-x\n"); in init_vsys()
127 printf("\tvsyscall map: %s", line); in init_vsys()
131 printf("[FAIL]\taddress range is nonsense\n"); in init_vsys()
135 printf("\tvsyscall permissions are %c-%c\n", r, x); in init_vsys()
150 printf("\tno vsyscall map in /proc/self/maps\n"); in init_vsys()
209 printf("[FAIL] %s tz mismatch\n", which); in check_gtod()
215 printf("\t%s time offsets: %lf %lf\n", which, d1, d2); in check_gtod()
218 printf("[FAIL]\t%s time was inconsistent with the syscall\n", which); in check_gtod()
221 printf("[OK]\t%s gettimeofday()'s timeval was okay\n", which); in check_gtod()
235 printf("[RUN]\ttest gettimeofday()\n"); in test_gtod()
250 printf("[FAIL]\tvDSO gettimeofday() failed: %ld\n", ret_vdso); in test_gtod()
259 printf("[FAIL]\tvsys gettimeofday() failed: %ld\n", ret_vsys); in test_gtod()
270 printf("[RUN]\ttest time()\n"); in test_time()
280printf("[FAIL]\tsyscall failed (ret1:%ld output1:%ld ret2:%ld output2:%ld)\n", t_sys1, t2_sys1, t_… in test_time()
287 printf("[FAIL]\tvDSO failed (ret:%ld output:%ld)\n", t_vdso, t2_vdso); in test_time()
290 printf("[FAIL]\tvDSO returned the wrong time (%ld %ld %ld)\n", t_sys1, t_vdso, t_sys2); in test_time()
293 printf("[OK]\tvDSO time() is okay\n"); in test_time()
299 printf("[FAIL]\tvsyscall failed (ret:%ld output:%ld)\n", t_vsys, t2_vsys); in test_time()
302 printf("[FAIL]\tvsyscall returned the wrong time (%ld %ld %ld)\n", t_sys1, t_vsys, t_sys2); in test_time()
305 printf("[OK]\tvsyscall time() is okay\n"); in test_time()
317 printf("[RUN]\tgetcpu() on CPU %d\n", cpu); in test_getcpu()
323 printf("[SKIP]\tfailed to force CPU %d\n", cpu); in test_getcpu()
338 printf("[FAIL]\tsyscall reported CPU %hu but should be %d\n", cpu_sys, cpu); in test_getcpu()
348 printf("[FAIL]\tvDSO getcpu() failed\n"); in test_getcpu()
357 printf("[FAIL]\tvDSO reported CPU %hu but should be %d\n", cpu_vdso, cpu); in test_getcpu()
360 printf("[OK]\tvDSO reported correct CPU\n"); in test_getcpu()
364 printf("[FAIL]\tvDSO reported node %hu but should be %hu\n", node_vdso, node); in test_getcpu()
367 printf("[OK]\tvDSO reported correct node\n"); in test_getcpu()
374 printf("[FAIL]\tvsyscall getcpu() failed\n"); in test_getcpu()
383 printf("[FAIL]\tvsyscall reported CPU %hu but should be %d\n", cpu_vsys, cpu); in test_getcpu()
386 printf("[OK]\tvsyscall reported correct CPU\n"); in test_getcpu()
390 printf("[FAIL]\tvsyscall reported node %hu but should be %hu\n", node_vsys, node); in test_getcpu()
393 printf("[OK]\tvsyscall reported correct node\n"); in test_getcpu()
404 printf("[RUN]\tChecking read access to the vsyscall page\n"); in test_vsys_r()
414 printf("[FAIL]\tWe have read access, but we shouldn't\n"); in test_vsys_r()
417 printf("[FAIL]\tWe don't have read access, but we should\n"); in test_vsys_r()
420 printf("[OK]\tgot expected result\n"); in test_vsys_r()
461 printf("[RUN]\tchecking that vsyscalls are emulated\n"); in test_emulation()
477 printf("[%s]\tvsyscalls are %s (%d instructions in vsyscall page)\n", in test_emulation()