Home
last modified time | relevance | path

Searched refs:TELEMETRY_PATH (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/power/
Dpower_status.py2882 TELEMETRY_PATH = '/sys/kernel/debug/telemetry/soc_states' variable in PCHPowergatingStats
2948 if os.path.exists(self.TELEMETRY_PATH):
2949 logging.info('Use PCH powergating info at %s', self.TELEMETRY_PATH)
2996 with open(self.TELEMETRY_PATH, 'r') as f: