mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix(debugger): Add page fault address to L0 PF event
Related-to: GSD-9110 Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6b04cd4a1e
commit
a0cb7b0a14
@@ -1026,6 +1026,7 @@ void DebugSessionLinuxi915::handlePageFaultEvent(prelim_drm_i915_debug_event_pag
|
||||
if (threadsWithPF.size() == 0) {
|
||||
zet_debug_event_t debugEvent = {};
|
||||
debugEvent.type = ZET_DEBUG_EVENT_TYPE_PAGE_FAULT;
|
||||
debugEvent.info.page_fault.address = pf->page_fault_address;
|
||||
PRINT_DEBUGGER_INFO_LOG("PageFault event for unknown thread", 0);
|
||||
enqueueApiEvent(debugEvent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user