Lines Matching refs:printf
62 printf ("error: CPU_ALLOC (%d) failed\n", num_cpus); in find_set_size()
72 printf ("error: getaffinity for %d CPUs: %m\n", num_cpus); in find_set_size()
115 printf ("error: CPU_ALLOC (%d) failed\n", conf->set_size); in setup_conf()
121 printf ("error: getaffinity failed: %m\n"); in setup_conf()
137 printf ("info: Test not run for CPU set size %zu\n", size); in test_size()
147 printf ("error: size %zu: CPU_ALLOC failed\n", size); in test_size()
154 printf ("error: size %zu: getaffinity: %m\n", size); in test_size()
159 printf ("error: size %zu: setaffinity: %m\n", size); in test_size()
170 printf ("error: Unexpected CPU %d, expected %d\n", in test_size()
183 printf ("error: size %zu: setaffinity (%d): %m\n", size, cpu); in test_size()
189 printf ("error: Unexpected CPU %d, expected %d\n", active_cpu, cpu); in test_size()
195 printf ("error: getcpu: %m\n"); in test_size()
200 printf ("error: Unexpected CPU %d, expected %d\n", in test_size()
206 printf ("error: size %zu: getaffinity (2): %m\n", size); in test_size()
211 printf ("error: size %zu: CPU sets do not match\n", size); in test_size()
221 printf ("error: size %zu: setaffinity (3): %m\n", size); in test_size()
227 printf ("error: size %zu: setaffinity (4): %m\n", size); in test_size()
232 printf ("error: size %zu: getaffinity (3): %m\n", size); in test_size()
237 printf ("error: size %zu: CPU sets do not match (2)\n", size); in test_size()
272 printf ("info: Detected CPU set size (in bits): %d\n", conf.set_size); in do_test()
273 printf ("info: Maximum test CPU: %d\n", conf.last_cpu); in do_test()