Lines Matching refs:printf

20 	printf("Power management library not supported, skipping test\n");  in test_power_cpufreq()
27 printf("Power management library not supported, skipping test\n"); in test_power_caps()
107 printf("Fail to set file position indicator to 0\n"); in check_cur_freq()
134 printf("Unexpectedly get available freqs successfully on " in check_power_freqs()
143 printf("Unexpectedly get available freqs successfully with " in check_power_freqs()
151 printf("Unexpectedly get available freqs successfully with " in check_power_freqs()
160 printf("Fail to get available freqs on lcore %u\n", in check_power_freqs()
181 printf("Unexpectedly get freq index successfully on " in check_power_get_freq()
188 printf("Fail to get the freq index on lcore %u\n", in check_power_get_freq()
210 printf("Unexpectedly set freq index successfully on " in check_power_set_freq()
219 printf("Unexpectedly set an invalid freq index (%u)" in check_power_set_freq()
231 printf("Unexpectedly set an invalid freq index (%u)" in check_power_set_freq()
238 printf("Fail to set freq index on lcore %u\n", in check_power_set_freq()
262 printf("Unexpectedly scale down successfully the freq on " in check_power_freq_down()
270 printf("Fail to scale down the freq to min on lcore %u\n", in check_power_freq_down()
276 printf("Fail to scale down the freq on lcore %u\n", in check_power_freq_down()
289 printf("Fail to scale up the freq to max on lcore %u\n", in check_power_freq_down()
295 printf("Fail to scale down the freq on lcore %u\n", in check_power_freq_down()
317 printf("Unexpectedly scale up successfully the freq on %u\n", in check_power_freq_up()
325 printf("Fail to scale down the freq to min on lcore %u\n", in check_power_freq_up()
331 printf("Fail to scale up the freq on lcore %u\n", in check_power_freq_up()
344 printf("Fail to scale up the freq to max on lcore %u\n", in check_power_freq_up()
350 printf("Fail to scale up the freq on lcore %u\n", in check_power_freq_up()
372 printf("Unexpectedly scale up successfully the freq to max on " in check_power_freq_max()
378 printf("Fail to scale up the freq to max on lcore %u\n", in check_power_freq_max()
400 printf("Unexpectedly scale down successfully the freq to min " in check_power_freq_min()
406 printf("Fail to scale down the freq to min on lcore %u\n", in check_power_freq_min()
426 printf("Turbo not available on lcore %u, skipping test\n", in check_power_turbo()
434 printf("Unexpectedly enable turbo successfully on lcore %u\n", in check_power_turbo()
440 printf("Fail to enable turbo on lcore %u\n", in check_power_turbo()
446 printf("Fail to scale up the freq to max on lcore %u\n", in check_power_turbo()
459 printf("Unexpectedly disable turbo successfully on lcore %u\n", in check_power_turbo()
465 printf("Fail to disable turbo on lcore %u\n", in check_power_turbo()
471 printf("Fail to scale up the freq to max on lcore %u\n", in check_power_turbo()
493 printf("Cannot initialise power management for lcore %u, this " in test_power_cpufreq()
506 printf("Unexpectedly got an environment other than ACPI/PSTATE\n"); in test_power_cpufreq()
512 printf("rte_power_freqs should not be NULL, environment has not been " in test_power_cpufreq()
517 printf("rte_power_get_freq should not be NULL, environment has not " in test_power_cpufreq()
522 printf("rte_power_set_freq should not be NULL, environment has not " in test_power_cpufreq()
527 printf("rte_power_freq_up should not be NULL, environment has not " in test_power_cpufreq()
532 printf("rte_power_freq_down should not be NULL, environment has not " in test_power_cpufreq()
537 printf("rte_power_freq_max should not be NULL, environment has not " in test_power_cpufreq()
542 printf("rte_power_freq_min should not be NULL, environment has not " in test_power_cpufreq()
547 printf("rte_power_turbo_status should not be NULL, environment has not " in test_power_cpufreq()
552 printf("rte_power_freq_enable_turbo should not be NULL, environment has not " in test_power_cpufreq()
557 printf("rte_power_freq_disable_turbo should not be NULL, environment has not " in test_power_cpufreq()
564 printf("Cannot exit power management for lcore %u\n", in test_power_cpufreq()
573 printf("Unexpectedly initialise power management successfully " in test_power_cpufreq()
582 printf("Cannot initialise power management for lcore %u, this " in test_power_cpufreq()
596 printf("Unexpectedly init successfully power twice on " in test_power_cpufreq()
607 printf("Frequency can not be changed due to CPU itself\n"); in test_power_cpufreq()
642 printf("Cannot exit power management for lcore %u\n", in test_power_cpufreq()
653 printf("Unexpectedly exit successfully power management twice " in test_power_cpufreq()
662 printf("Unexpectedly exit power management successfully for " in test_power_cpufreq()
684 printf("Cannot initialise power management for lcore %u, this " in test_power_caps()
694 printf("POWER: Error getting capabilities\n"); in test_power_caps()
698 printf("POWER: Capabilities %"PRIx64"\n", caps.capabilities); in test_power_caps()