diff options
author | Ian Rogers <irogers@google.com> | 2022-12-14 22:55:00 -0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2022-12-21 14:52:41 -0300 |
commit | d4e50e519ba0af3ab961de74bd88366ea11f3e62 (patch) | |
tree | b45d8797d264fc06e08b224965b6aa7e4dbd5bc0 /tools/perf/pmu-events/arch/x86/nehalemex/frontend.json | |
parent | 7e353370cd17547620a7757fb1a6c146f3287ea3 (diff) |
perf vendor events intel: Refresh nehalemex events
Update the nehalemex events using the new tooling from:
https://github.com/intel/perfmon
The events are unchanged but unused json values are removed. This
increases consistency across the json files.
Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Kan Liang <kan.liang@linux.intel.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Caleb Biggers <caleb.biggers@intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: John Garry <john.g.garry@oracle.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Perry Taylor <perry.taylor@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com>
Link: https://lore.kernel.org/r/20221215065510.1621979-14-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/nehalemex/frontend.json')
-rw-r--r-- | tools/perf/pmu-events/arch/x86/nehalemex/frontend.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/pmu-events/arch/x86/nehalemex/frontend.json b/tools/perf/pmu-events/arch/x86/nehalemex/frontend.json index c561ac24d91d..f7f28510e3ae 100644 --- a/tools/perf/pmu-events/arch/x86/nehalemex/frontend.json +++ b/tools/perf/pmu-events/arch/x86/nehalemex/frontend.json @@ -1,7 +1,6 @@ [ { "BriefDescription": "Instructions decoded", - "Counter": "0,1,2,3", "EventCode": "0xD0", "EventName": "MACRO_INSTS.DECODED", "SampleAfterValue": "2000000", @@ -9,7 +8,6 @@ }, { "BriefDescription": "Macro-fused instructions decoded", - "Counter": "0,1,2,3", "EventCode": "0xA6", "EventName": "MACRO_INSTS.FUSIONS_DECODED", "SampleAfterValue": "2000000", @@ -17,7 +15,6 @@ }, { "BriefDescription": "Two Uop instructions decoded", - "Counter": "0,1,2,3", "EventCode": "0x19", "EventName": "TWO_UOP_INSTS_DECODED", "SampleAfterValue": "2000000", |