1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_X86_PERF_REGS_H
3 #define _ASM_X86_PERF_REGS_H
5 enum perf_event_x86_regs
{
31 PERF_REG_X86_32_MAX
= PERF_REG_X86_GS
+ 1,
32 PERF_REG_X86_64_MAX
= PERF_REG_X86_R15
+ 1,
34 #endif /* _ASM_X86_PERF_REGS_H */