HomeSort by relevance Sort by last modified time
    Searched refs:cpu_uarch (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/power/
power_suspend.py 586 cpu_uarch = utils.get_intel_cpu_uarch()
589 if cpu_uarch not in self._IGNORE_S0IX_RESIDENCY_CHECK:
power_utils.py 81 cpu_uarch = utils.get_intel_cpu_uarch()
82 if (cpu_uarch in rapl_set):
85 # The cpu_uarch here is either unlisted uarch, or family_model.
86 logging.debug("%s is not in RAPL support collection", cpu_uarch)
    [all...]
power_status.py 902 cpu_uarch = utils.get_intel_cpu_uarch()
924 }.get(cpu_uarch, None)
    [all...]

Completed in 280 milliseconds