Lines Matching refs:printf
19 printf("Power management library not supported, skipping test\n"); in test_power_cpufreq()
26 printf("Power management library not supported, skipping test\n"); in test_power_caps()
86 printf("Unexpectedly get available freqs successfully on " in check_power_freqs()
95 printf("Unexpectedly get available freqs successfully with " in check_power_freqs()
103 printf("Unexpectedly get available freqs successfully with " in check_power_freqs()
112 printf("Fail to get available freqs on lcore %u\n", in check_power_freqs()
133 printf("Unexpectedly get freq index successfully on " in check_power_get_freq()
140 printf("Fail to get the freq index on lcore %u\n", in check_power_get_freq()
162 printf("Unexpectedly set freq index successfully on " in check_power_set_freq()
171 printf("Unexpectedly set an invalid freq index (%u)" in check_power_set_freq()
183 printf("Unexpectedly set an invalid freq index (%u)" in check_power_set_freq()
190 printf("Fail to set freq index on lcore %u\n", in check_power_set_freq()
212 printf("Unexpectedly scale down successfully the freq on " in check_power_freq_down()
220 printf("Fail to scale down the freq to min on lcore %u\n", in check_power_freq_down()
226 printf("Fail to scale down the freq on lcore %u\n", in check_power_freq_down()
239 printf("Fail to scale up the freq to max on lcore %u\n", in check_power_freq_down()
245 printf("Fail to scale down the freq on lcore %u\n", in check_power_freq_down()
267 printf("Unexpectedly scale up successfully the freq on %u\n", in check_power_freq_up()
275 printf("Fail to scale down the freq to min on lcore %u\n", in check_power_freq_up()
281 printf("Fail to scale up the freq on lcore %u\n", in check_power_freq_up()
294 printf("Fail to scale up the freq to max on lcore %u\n", in check_power_freq_up()
300 printf("Fail to scale up the freq on lcore %u\n", in check_power_freq_up()
322 printf("Unexpectedly scale up successfully the freq to max on " in check_power_freq_max()
328 printf("Fail to scale up the freq to max on lcore %u\n", in check_power_freq_max()
350 printf("Unexpectedly scale down successfully the freq to min " in check_power_freq_min()
356 printf("Fail to scale down the freq to min on lcore %u\n", in check_power_freq_min()
376 printf("Turbo not available on lcore %u, skipping test\n", in check_power_turbo()
384 printf("Unexpectedly enable turbo successfully on lcore %u\n", in check_power_turbo()
390 printf("Fail to enable turbo on lcore %u\n", in check_power_turbo()
403 printf("Unexpectedly disable turbo successfully on lcore %u\n", in check_power_turbo()
409 printf("Fail to disable turbo on lcore %u\n", in check_power_turbo()
431 printf("Cannot initialise power management for lcore %u, this " in test_power_cpufreq()
443 printf("Unexpectedly got an environment other than ACPI/PSTATE\n"); in test_power_cpufreq()
449 printf("rte_power_freqs should not be NULL, environment has not been " in test_power_cpufreq()
454 printf("rte_power_get_freq should not be NULL, environment has not " in test_power_cpufreq()
459 printf("rte_power_set_freq should not be NULL, environment has not " in test_power_cpufreq()
464 printf("rte_power_freq_up should not be NULL, environment has not " in test_power_cpufreq()
469 printf("rte_power_freq_down should not be NULL, environment has not " in test_power_cpufreq()
474 printf("rte_power_freq_max should not be NULL, environment has not " in test_power_cpufreq()
479 printf("rte_power_freq_min should not be NULL, environment has not " in test_power_cpufreq()
484 printf("rte_power_turbo_status should not be NULL, environment has not " in test_power_cpufreq()
489 printf("rte_power_freq_enable_turbo should not be NULL, environment has not " in test_power_cpufreq()
494 printf("rte_power_freq_disable_turbo should not be NULL, environment has not " in test_power_cpufreq()
501 printf("Cannot exit power management for lcore %u\n", in test_power_cpufreq()
510 printf("Unexpectedly initialise power management successfully " in test_power_cpufreq()
519 printf("Cannot initialise power management for lcore %u, this " in test_power_cpufreq()
533 printf("Unexpectedly init successfully power twice on " in test_power_cpufreq()
544 printf("Frequency can not be changed due to CPU itself\n"); in test_power_cpufreq()
579 printf("Cannot exit power management for lcore %u\n", in test_power_cpufreq()
590 printf("Unexpectedly exit successfully power management twice " in test_power_cpufreq()
599 printf("Unpectedly exit power management successfully for " in test_power_cpufreq()
621 printf("Cannot initialise power management for lcore %u, this " in test_power_caps()
631 printf("POWER: Error getting capabilities\n"); in test_power_caps()
635 printf("POWER: Capabilities %"PRIx64"\n", caps.capabilities); in test_power_caps()