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 --- .../perf/pmu-events/arch/x86/goldmont/memory.json | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tools/perf/pmu-events/arch/x86/goldmont/memory.json (limited to 'tools/perf/pmu-events/arch/x86/goldmont/memory.json') diff --git a/tools/perf/pmu-events/arch/x86/goldmont/memory.json b/tools/perf/pmu-events/arch/x86/goldmont/memory.json new file mode 100644 index 000000000..9f6f03282 --- /dev/null +++ b/tools/perf/pmu-events/arch/x86/goldmont/memory.json @@ -0,0 +1,34 @@ +[ + { + "BriefDescription": "Machine clears due to memory ordering issue", + "CollectPEBSRecord": "1", + "Counter": "0,1,2,3", + "EventCode": "0xC3", + "EventName": "MACHINE_CLEARS.MEMORY_ORDERING", + "PublicDescription": "Counts machine clears due to memory ordering issues. This occurs when a snoop request happens and the machine is uncertain if memory ordering will be preserved as another core is in the process of modifying the data.", + "SampleAfterValue": "200003", + "UMask": "0x2" + }, + { + "BriefDescription": "Load uops that split a page (Precise event capable)", + "CollectPEBSRecord": "2", + "Counter": "0,1,2,3", + "EventCode": "0x13", + "EventName": "MISALIGN_MEM_REF.LOAD_PAGE_SPLIT", + "PEBS": "2", + "PublicDescription": "Counts when a memory load of a uop spans a page boundary (a split) is retired.", + "SampleAfterValue": "200003", + "UMask": "0x2" + }, + { + "BriefDescription": "Store uops that split a page (Precise event capable)", + "CollectPEBSRecord": "2", + "Counter": "0,1,2,3", + "EventCode": "0x13", + "EventName": "MISALIGN_MEM_REF.STORE_PAGE_SPLIT", + "PEBS": "2", + "PublicDescription": "Counts when a memory store of a uop spans a page boundary (a split) is retired.", + "SampleAfterValue": "200003", + "UMask": "0x4" + } +] -- cgit v1.2.3