Lines Matching refs:_

31 …printf(_("Couldn't count the number of CPUs (%s: %s), assuming 1\n"), "/proc/stat", strerror(errno…  in count_cpus()
63 printf(_(" minimum CPU frequency - maximum CPU frequency - governor\n")); in proc_cpufreq_output()
178 printf(_("Error while evaluating Boost Capabilities" in get_boost_mode()
188 printf(_(" boost state support:\n")); in get_boost_mode()
190 printf(_(" Supported: %s\n"), support ? _("yes") : _("no")); in get_boost_mode()
191 printf(_(" Active: %s\n"), active ? _("yes") : _("no")); in get_boost_mode()
200 printf(_(" Boost States: %d\n"), b_states); in get_boost_mode()
201 printf(_(" Total States: %d\n"), pstate_no); in get_boost_mode()
204 printf(_(" Pstate-Pb%d: %luMHz (boost state)" in get_boost_mode()
207 printf(_(" Pstate-P%d: %luMHz\n"), in get_boost_mode()
226 printf(_(" %.0f MHz max turbo 4 active cores\n"), in get_boost_mode()
231 printf(_(" %.0f MHz max turbo 3 active cores\n"), in get_boost_mode()
236 printf(_(" %.0f MHz max turbo 2 active cores\n"), in get_boost_mode()
241 printf(_(" %.0f MHz max turbo 1 active cores\n"), in get_boost_mode()
267 printf(_(" no or unknown cpufreq driver is active on this CPU\n")); in debug_output_one()
269 printf(_(" driver: %s\n"), driver); in debug_output_one()
275 printf(_(" CPUs which run at the same hardware frequency: ")); in debug_output_one()
286 printf(_(" CPUs which need to have their frequency coordinated by software: ")); in debug_output_one()
297 printf(_(" maximum transition latency: ")); in debug_output_one()
303 printf(_(" hardware limits: ")); in debug_output_one()
312 printf(_(" available frequency steps: ")); in debug_output_one()
325 printf(_(" available cpufreq governors: ")); in debug_output_one()
336 printf(_(" current policy: frequency should be within ")); in debug_output_one()
338 printf(_(" and ")); in debug_output_one()
342 printf(_("The governor \"%s\" may" in debug_output_one()
349 printf(_(" current CPU frequency is ")); in debug_output_one()
352 printf(_(" (asserted by call to hardware)")); in debug_output_one()
359 printf(_(" cpufreq stats: ")); in debug_output_one()
617 printf(_("The argument passed to this tool can't be " in cmd_freq_info()
634 printf(_("You can't specify more than one --cpu parameter and/or\n" in cmd_freq_info()
638 printf(_("invalid or unknown argument\n")); in cmd_freq_info()
651 printf(_("couldn't analyze CPU %d as it doesn't seem to be present\n"), cpu); in cmd_freq_info()
654 printf(_("analyzing CPU %d:\n"), cpu); in cmd_freq_info()