Skip to content

Commit 3176609

Browse files
Kan LiangIngo Molnar
authored andcommitted
perf/x86/intel/uncore: Fix Skylake UPI event format
There is no event extension (bit 21) for SKX UPI, so use 'event' instead of 'event_ext'. Reported-by: Stephane Eranian <[email protected]> Signed-off-by: Kan Liang <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Vince Weaver <[email protected]> Fixes: cd34cd9 ("perf/x86/intel/uncore: Add Skylake server uncore support") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 58bdf60 commit 3176609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/events/intel/uncore_snbep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3606,7 +3606,7 @@ static struct intel_uncore_type skx_uncore_imc = {
36063606
};
36073607

36083608
static struct attribute *skx_upi_uncore_formats_attr[] = {
3609-
&format_attr_event_ext.attr,
3609+
&format_attr_event.attr,
36103610
&format_attr_umask_ext.attr,
36113611
&format_attr_edge.attr,
36123612
&format_attr_inv.attr,

0 commit comments

Comments
 (0)