diff options
Diffstat (limited to 'arch/x86/include/asm/perf_event.h')
| -rw-r--r-- | arch/x86/include/asm/perf_event.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/perf_event.h b/arch/x86/include/asm/perf_event.h index 8dfc9fd094a3..dc0f6ed35b08 100644 --- a/arch/x86/include/asm/perf_event.h +++ b/arch/x86/include/asm/perf_event.h @@ -177,6 +177,9 @@ struct x86_pmu_capability {  #define IBS_CAPS_BRNTRGT		(1U<<5)  #define IBS_CAPS_OPCNTEXT		(1U<<6)  #define IBS_CAPS_RIPINVALIDCHK		(1U<<7) +#define IBS_CAPS_OPBRNFUSE		(1U<<8) +#define IBS_CAPS_FETCHCTLEXTD		(1U<<9) +#define IBS_CAPS_OPDATA4		(1U<<10)  #define IBS_CAPS_DEFAULT		(IBS_CAPS_AVAIL		\  					 | IBS_CAPS_FETCHSAM	\  | 
