From 2c3c1048746a4622d8c89a29670120dc8fab93c4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:49:45 +0200 Subject: Adding upstream version 6.1.76. Signed-off-by: Daniel Baumann --- .../pmu-events/arch/x86/westmereex/frontend.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tools/perf/pmu-events/arch/x86/westmereex/frontend.json (limited to 'tools/perf/pmu-events/arch/x86/westmereex/frontend.json') diff --git a/tools/perf/pmu-events/arch/x86/westmereex/frontend.json b/tools/perf/pmu-events/arch/x86/westmereex/frontend.json new file mode 100644 index 000000000..c561ac24d --- /dev/null +++ b/tools/perf/pmu-events/arch/x86/westmereex/frontend.json @@ -0,0 +1,26 @@ +[ + { + "BriefDescription": "Instructions decoded", + "Counter": "0,1,2,3", + "EventCode": "0xD0", + "EventName": "MACRO_INSTS.DECODED", + "SampleAfterValue": "2000000", + "UMask": "0x1" + }, + { + "BriefDescription": "Macro-fused instructions decoded", + "Counter": "0,1,2,3", + "EventCode": "0xA6", + "EventName": "MACRO_INSTS.FUSIONS_DECODED", + "SampleAfterValue": "2000000", + "UMask": "0x1" + }, + { + "BriefDescription": "Two Uop instructions decoded", + "Counter": "0,1,2,3", + "EventCode": "0x19", + "EventName": "TWO_UOP_INSTS_DECODED", + "SampleAfterValue": "2000000", + "UMask": "0x1" + } +] -- cgit v1.2.3