[PATCH v3 0/3] Remove bad uncore filter/events

From: Ian Rogers
Date: Thu Aug 04 2022 - 21:39:14 EST


The event converter scripts at:
https://github.com/intel/event-converter-for-linux-perf
passes Filter values from data on 01.org that is bogus in a perf command
line and can cause perf to infinitely recurse in parse events. Remove
such events or filter using the updated patch:
https://github.com/intel/event-converter-for-linux-perf/pull/15/commits/afd779df99ee41aac646eae1ae5ae651cda3394d

v3. Removed filters rather than events in some cases as Suggested-by:
Liang, Kan <kan.liang@xxxxxxxxxxxxxxx>
v2. Manually fixed a broken \\Inbound\\ ivytown event.

Ian Rogers (3):
perf vendor events: Remove bad broadwellde uncore events
perf vendor events: Remove bad ivytown uncore events
perf vendor events: Remove bad jaketown uncore events

.../arch/x86/broadwellde/uncore-cache.json | 97 -------------------
.../arch/x86/broadwellde/uncore-other.json | 13 ---
.../arch/x86/ivytown/uncore-cache.json | 90 -----------------
.../arch/x86/ivytown/uncore-interconnect.json | 1 -
.../arch/x86/ivytown/uncore-other.json | 13 ---
.../arch/x86/ivytown/uncore-power.json | 19 ----
.../arch/x86/jaketown/uncore-cache.json | 30 ------
.../arch/x86/jaketown/uncore-other.json | 13 ---
.../arch/x86/jaketown/uncore-power.json | 11 ---
9 files changed, 287 deletions(-)

--
2.37.1.559.g78731f0fdb-goog