Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/templates/ze_loader_internal.h.mako
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ namespace loader
~context_t();
bool intercept_enabled = false;
bool debugTraceEnabled = false;
bool debugTraceAdvanced = false; // true when ZE_ENABLE_LOADER_DEBUG_TRACE=2 or ZEL_ENABLE_LOADER_LOGGING=2
bool driverDDIPathDefault = false;
bool tracingLayerEnabled = false;
std::once_flag coreDriverSortOnce;
Expand Down
Loading