From 0bd60e524a7f27e460086db70324edd7ef64f9b5 Mon Sep 17 00:00:00 2001 From: Bellekallu Rajkiran Date: Thu, 20 Jan 2022 12:01:56 +0000 Subject: [PATCH] Initialize telemetry device entry variable Signed-off-by: Bellekallu Rajkiran --- level_zero/tools/source/sysman/linux/pmt/pmt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/level_zero/tools/source/sysman/linux/pmt/pmt.h b/level_zero/tools/source/sysman/linux/pmt/pmt.h index fdd50fa50b..fd273214f1 100644 --- a/level_zero/tools/source/sysman/linux/pmt/pmt.h +++ b/level_zero/tools/source/sysman/linux/pmt/pmt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Intel Corporation + * Copyright (C) 2021-2022 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -34,7 +34,7 @@ class PlatformMonitoringTech : NEO::NonCopyableOrMovableClass { protected: static uint32_t rootDeviceTelemNodeIndex; - std::string telemetryDeviceEntry; + std::string telemetryDeviceEntry{}; std::map keyOffsetMap; ze_result_t getKeyOffsetMap(std::string guid, std::map &keyOffsetMap); ze_result_t init(FsAccess *pFsAccess, const std::string &rootPciPathOfGpuDevice);