Update sysfs path for pmt telemetry

Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
Jitendra Sharma 2021-01-12 16:53:45 +05:30 committed by Compute-Runtime-Automation
parent af6ac426f0
commit a2eeeff880
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020-2021 Intel Corporation
* *
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
* *
@ -16,7 +16,7 @@
namespace L0 { namespace L0 {
const std::string PlatformMonitoringTech::baseTelemDevice("/dev/telem"); const std::string PlatformMonitoringTech::baseTelemDevice("/dev/telem");
const std::string PlatformMonitoringTech::baseTelemSysFS("/sys/class/pmt_telem/telem"); const std::string PlatformMonitoringTech::baseTelemSysFS("/sys/class/pmt_telemetry/telem");
void PlatformMonitoringTech::init(const std::string &deviceName, FsAccess *pFsAccess) { void PlatformMonitoringTech::init(const std::string &deviceName, FsAccess *pFsAccess) {
pmtSupported = false; pmtSupported = false;