Add support for serial number property

Related-To: LOCI-3396

Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
Bellekallu Rajkiran
2022-10-09 11:16:33 +00:00
committed by Compute-Runtime-Automation
parent 668f988e61
commit 3323deb825
13 changed files with 454 additions and 45 deletions

View File

@@ -153,7 +153,7 @@ ze_result_t PlatformMonitoringTech::init(FsAccess *pFsAccess, const std::string
"Telemetry sysfs entry not available %s\n", guidPath.c_str());
return result;
}
result = getKeyOffsetMap(guid, keyOffsetMap);
result = PlatformMonitoringTech::getKeyOffsetMap(guid, keyOffsetMap);
if (ZE_RESULT_SUCCESS != result) {
// We didnt have any entry for this guid in guidToKeyOffsetMap
return result;