• Home
  • Raw
  • Download

Lines Matching refs:_

32 …printf(_("Couldn't count the number of CPUs (%s: %s), assuming 1\n"), "/proc/stat", strerror(errno…  in count_cpus()
64 printf(_(" minimum CPU frequency - maximum CPU frequency - governor\n")); in proc_cpufreq_output()
171 printf(_("Error while evaluating Boost Capabilities" in get_boost_mode_x86()
181 printf(_(" boost state support:\n")); in get_boost_mode_x86()
183 printf(_(" Supported: %s\n"), support ? _("yes") : _("no")); in get_boost_mode_x86()
184 printf(_(" Active: %s\n"), active ? _("yes") : _("no")); in get_boost_mode_x86()
194 printf(_(" Boost States: %d\n"), b_states); in get_boost_mode_x86()
195 printf(_(" Total States: %d\n"), pstate_no); in get_boost_mode_x86()
200 printf(_(" Pstate-Pb%d: %luMHz (boost state)" in get_boost_mode_x86()
203 printf(_(" Pstate-P%d: %luMHz\n"), in get_boost_mode_x86()
222 printf(_(" %.0f MHz max turbo 4 active cores\n"), in get_boost_mode_x86()
227 printf(_(" %.0f MHz max turbo 3 active cores\n"), in get_boost_mode_x86()
232 printf(_(" %.0f MHz max turbo 2 active cores\n"), in get_boost_mode_x86()
237 printf(_(" %.0f MHz max turbo 1 active cores\n"), in get_boost_mode_x86()
256 printf(_(" boost frequency steps: ")); in get_boost_mode()
275 printf(_(" current CPU frequency: ")); in get_freq_kernel()
277 printf(_(" Unable to call to kernel\n")); in get_freq_kernel()
284 printf(_(" (asserted by call to kernel)\n")); in get_freq_kernel()
294 printf(_(" current CPU frequency: ")); in get_freq_hardware()
303 printf(_(" (asserted by call to hardware)\n")); in get_freq_hardware()
314 printf(_("Not Available\n")); in get_hardware_limits()
319 printf(_(" hardware limits: ")); in get_hardware_limits()
336 printf(_(" no or unknown cpufreq driver is active on this CPU\n")); in get_driver()
350 printf(_(" Unable to determine current policy\n")); in get_policy()
353 printf(_(" current policy: frequency should be within ")); in get_policy()
355 printf(_(" and ")); in get_policy()
359 printf(_("The governor \"%s\" may decide which speed to use\n" in get_policy()
373 printf(_(" available cpufreq governors: ")); in get_available_governors()
375 printf(_("Not Available\n")); in get_available_governors()
395 printf(_(" CPUs which need to have their frequency coordinated by software: ")); in get_affected_cpus()
397 printf(_("Not Available\n")); in get_affected_cpus()
416 printf(_(" CPUs which run at the same hardware frequency: ")); in get_related_cpus()
418 printf(_("Not Available\n")); in get_related_cpus()
462 printf(_(" maximum transition latency: ")); in get_latency()
464 printf(_(" Cannot determine or is not supported.\n")); in get_latency()
488 printf(_(" available frequency steps: ")); in debug_output_one()
585 printf(_("The argument passed to this tool can't be " in cmd_freq_info()
602 printf(_("You can't specify more than one --cpu parameter and/or\n" in cmd_freq_info()
606 printf(_("invalid or unknown argument\n")); in cmd_freq_info()
619 printf(_("analyzing CPU %d:\n"), cpu); in cmd_freq_info()
622 printf(_(" *is offline\n")); in cmd_freq_info()