summaryrefslogtreecommitdiff
path: root/tools/perf
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2026-03-04 11:49:24 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2026-03-04 11:49:24 -0300
commit3abbb7cae8d8bffae3516d885cde9f13c6ceb833 (patch)
tree1090c394e201d55f1a9918150b7b5bbe35319c4e /tools/perf
parente367679f167e46372cafca9cd903d60f84aa5e72 (diff)
downloadlinux-next-3abbb7cae8d8bffae3516d885cde9f13c6ceb833.tar.gz
linux-next-3abbb7cae8d8bffae3516d885cde9f13c6ceb833.zip
perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources
To pick up the change in: a1fab3e69d9d0e9b ("x86/irq: Fix comment on IRQ vector layout") That just adds one comment, so no changes in perf tooling, just silences this build warning: diff -u tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h arch/x86/include/asm/irq_vectors.h Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h b/tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h
index 6e1d5b955aae..85253fc8e384 100644
--- a/tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h
+++ b/tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h
@@ -77,6 +77,7 @@
*/
#define IRQ_WORK_VECTOR 0xf6
+/* IRQ vector for PMIs when running a guest with a mediated PMU. */
#define PERF_GUEST_MEDIATED_PMI_VECTOR 0xf5
#define DEFERRED_ERROR_VECTOR 0xf4