We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf405bd commit 51d759dCopy full SHA for 51d759d
1 file changed
scripts/templates/ze_loader_internal.h.mako
@@ -129,6 +129,7 @@ namespace loader
129
~context_t();
130
bool intercept_enabled = false;
131
bool debugTraceEnabled = false;
132
+ bool debugTraceAdvanced = false; // true when ZE_ENABLE_LOADER_DEBUG_TRACE=2 or ZEL_ENABLE_LOADER_LOGGING=2
133
bool driverDDIPathDefault = false;
134
bool tracingLayerEnabled = false;
135
std::once_flag coreDriverSortOnce;
0 commit comments