summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMatthew Brost <matthew.brost@intel.com>2025-10-31 09:54:15 -0700
committerMatthew Brost <matthew.brost@intel.com>2025-11-04 09:04:29 -0800
commitf289f7807119128d4f9d59f34ac557549c7562e5 (patch)
treec791162a80dbda921c8809ae6546d8d5d3d18d82 /tools/perf/scripts/python/bin/stackcollapse-record
parentfb544b8445080c6488a58c01022550adc0873283 (diff)
downloadkernel-f289f7807119128d4f9d59f34ac557549c7562e5.tar.gz
drm/xe: Add xe_guc_pagefault layer
Add xe_guc_pagefault layer (producer) which parses G2H fault messages messages into struct xe_pagefault, forwards them to the page fault layer (consumer) for servicing, and provides a vfunc to acknowledge faults to the GuC upon completion. Replace the old (and incorrect) GT page fault layer with this new layer throughout the driver. As part of this change, the ACC handling code has been removed, as it is dead code that is currently unused. v2: - Include engine instance (Stuart) Signed-off-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Tested-by: Francois Dugast <francois.dugast@intel.com> Link: https://patch.msgid.link/20251031165416.2871503-7-matthew.brost@intel.com
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
r> 2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse 2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells 2015-02-17scripts/gdb: add infrastructureJan Kiszka 2014-08-08bin2c: move bin2c in scripts/basicVivek Goyal 2014-06-09kbuild: do not add "selinux" to subdir- twiceMasahiro Yamada 2014-03-14kbuild: specify build_docproc as a phony targetMasahiro Yamada