Skip to content

Commit 0bd60e5

Browse files
Initialize telemetry device entry variable
Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
1 parent 73f8d9e commit 0bd60e5

File tree

1 file changed

+2
-2
lines changed
  • level_zero/tools/source/sysman/linux/pmt

1 file changed

+2
-2
lines changed

level_zero/tools/source/sysman/linux/pmt/pmt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 Intel Corporation
2+
* Copyright (C) 2021-2022 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -34,7 +34,7 @@ class PlatformMonitoringTech : NEO::NonCopyableOrMovableClass {
3434

3535
protected:
3636
static uint32_t rootDeviceTelemNodeIndex;
37-
std::string telemetryDeviceEntry;
37+
std::string telemetryDeviceEntry{};
3838
std::map<std::string, uint64_t> keyOffsetMap;
3939
ze_result_t getKeyOffsetMap(std::string guid, std::map<std::string, uint64_t> &keyOffsetMap);
4040
ze_result_t init(FsAccess *pFsAccess, const std::string &rootPciPathOfGpuDevice);

0 commit comments

Comments
 (0)