Home
last modified time | relevance | path

Searched defs:rootPciPathOfGpuDevice (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/linux/pmt/
H A Dpmt.cpp76 static bool isValidTelemNode(FsAccess *pFsAccess, const std::string &rootPciPathOfGpuDevice, const … in isValidTelemNode()
91 …MonitoringTech::enumerateRootTelemIndex(FsAccess *pFsAccess, std::string &rootPciPathOfGpuDevice) { in enumerateRootTelemIndex()
121 …ult_t PlatformMonitoringTech::init(FsAccess *pFsAccess, const std::string &rootPciPathOfGpuDevice)… in init()
173 const std::string &rootPciPathOfGpuDevice, in doInitPmtObject()
183 FsAccess *pFsAccess, std::string &rootPciPathOfGpuDevice, in create()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/linux/
H A Dos_sysman_imp.cpp56 auto rootPciPathOfGpuDevice = getPciRootPortDirectoryPath(realRootPath); in createFwUtilInterface() local
67 auto rootPciPathOfGpuDevice = getPciRootPortDirectoryPath(realRootPath); in createPmtHandles() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/temperature/linux/
H A Dtest_zes_temperature.cpp16 std::string rootPciPathOfGpuDevice = "/sys/devices/pci0000:89/0000:89:02.0/0000:8a:00.0"; variable