diff --git a/cpumf/pai.c b/cpumf/pai.c index 67b9e8f1..c4d726e6 100644 --- a/cpumf/pai.c +++ b/cpumf/pai.c @@ -116,7 +116,7 @@ static void ev_alloc(int enr, int cpu, int flags) warnx("NNPA does not support kernel/user space selector"); flags &= ~as; } - event->attr.type = libcpumf_pmutype(S390_SYSFS_PAI_NNPA); + event->attr.type = libcpumf_pmutype(S390_SYSFS_PAI_EXT); break; } event->attr.sample_type = PERF_SAMPLE_TID | PERF_SAMPLE_CPU |