[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [RFC PATCH 19/22] x86/PMUv4: bump max PMU version to 4
From: Edwin Török <edvin.torok@xxxxxxxxxx> Depends on the other x86/PMUv4 patches: "x86/PMUv4: disable intercept for PERF_GLOBAL_STATUS" "x86/PMUv4: IA32_PERF_GLOBAL_{STATUS_SET, INUSE} support" "x86/PMUv4: support LBR_Frz and CTR_Frz" Signed-off-by: Edwin Török <edvin.torok@xxxxxxxxxx> --- xen/arch/x86/include/asm/vpmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/include/asm/vpmu.h b/xen/arch/x86/include/asm/vpmu.h index 79f7f4a09e..eaededadb5 100644 --- a/xen/arch/x86/include/asm/vpmu.h +++ b/xen/arch/x86/include/asm/vpmu.h @@ -74,7 +74,7 @@ struct vpmu_struct { #define VPMU_CPU_HAS_DS 0x1000 /* Has Debug Store */ #define VPMU_CPU_HAS_BTS 0x2000 /* Has Branch Trace Store */ -#define VPMU_VERSION_MAX 0x3 +#define VPMU_VERSION_MAX 0x4 #define VPMU_VERSION_MAX_SUPPORTED 0x5 static inline void vpmu_set(struct vpmu_struct *vpmu, const u32 mask) -- 2.41.0
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |