mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: rename global debug manager to debugManager
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f2ede40d2e
commit
c9664e6bad
@@ -69,7 +69,7 @@ ze_result_t DriverHandleImp::sysmanEventsListen(
|
||||
zes_event_type_flags_t *pEvents) {
|
||||
|
||||
if (globalOsSysmanDriver == nullptr) {
|
||||
NEO::printDebugString(NEO::DebugManager.flags.PrintDebugMessages.get(), stderr,
|
||||
NEO::printDebugString(NEO::debugManager.flags.PrintDebugMessages.get(), stderr,
|
||||
"%s", "Os Sysman Driver Not initialized\n");
|
||||
return ZE_RESULT_ERROR_UNINITIALIZED;
|
||||
}
|
||||
@@ -85,7 +85,7 @@ ze_result_t DriverHandleImp::sysmanEventsListenEx(
|
||||
zes_event_type_flags_t *pEvents) {
|
||||
|
||||
if (globalOsSysmanDriver == nullptr) {
|
||||
NEO::printDebugString(NEO::DebugManager.flags.PrintDebugMessages.get(), stderr,
|
||||
NEO::printDebugString(NEO::debugManager.flags.PrintDebugMessages.get(), stderr,
|
||||
"%s", "Os Sysman Driver Not initialized\n");
|
||||
return ZE_RESULT_ERROR_UNINITIALIZED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user