1
0
Fork 0
alistair23-linux/arch/x86/events/intel
Kan Liang 8096a2c6b9 perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake
commit 46b72e1bf4 upstream.

According to the event list from icelake_core_v1.09.json, the encoding
of the RTM_RETIRED.ABORTED event on Ice Lake should be,
    "EventCode": "0xc9",
    "UMask": "0x04",
    "EventName": "RTM_RETIRED.ABORTED",

Correct the wrong encoding.

Fixes: 6017608936 ("perf/x86/intel: Add Icelake support")
Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/20201125213720.15692-1-kan.liang@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-12-30 11:51:35 +01:00
..
Makefile perf/x86/rapl: Move RAPL support to common x86 code 2020-07-16 08:16:32 +02:00
bts.c perf/x86/intel/bts: Fix the use of page_private() 2020-01-09 10:20:07 +01:00
core.c perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake 2020-12-30 11:51:35 +01:00
cstate.c perf/x86: fix sysfs type mismatches 2020-12-02 08:49:49 +01:00
ds.c perf/x86/intel: Check PEBS status correctly 2020-12-30 11:50:57 +01:00
knc.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
lbr.c perf/x86: Make more stuff static 2019-09-03 09:22:32 +02:00
p4.c x86: Fix various typos in comments 2018-12-03 10:49:13 +01:00
p6.c x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping 2018-02-15 01:15:52 +01:00
pt.c perf/x86/intel/pt: Fix base for single entry topa 2019-10-20 14:42:28 +02:00
pt.h perf/x86/intel/pt: Get rid of reverse lookup table for ToPA 2019-08-26 12:00:16 +02:00
uncore.c perf/x86: fix sysfs type mismatches 2020-12-02 08:49:49 +01:00
uncore.h perf/x86: fix sysfs type mismatches 2020-12-02 08:49:49 +01:00
uncore_nhmex.c perf/x86/intel/uncore: Correct fixed counter index check for NHM 2018-05-31 12:36:28 +02:00
uncore_snb.c perf/x86/intel/uncore: Reduce the number of CBOX counters 2020-10-29 09:57:30 +01:00
uncore_snbep.c perf/x86/intel/uncore: Remove PCIe3 unit for SNR 2020-02-05 21:22:47 +00:00