diff options
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/goldmont/memory.json')
-rw-r--r-- | tools/perf/pmu-events/arch/x86/goldmont/memory.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/pmu-events/arch/x86/goldmont/memory.json b/tools/perf/pmu-events/arch/x86/goldmont/memory.json index b97642a109ee..abd0fc02afac 100644 --- a/tools/perf/pmu-events/arch/x86/goldmont/memory.json +++ b/tools/perf/pmu-events/arch/x86/goldmont/memory.json @@ -1,6 +1,7 @@ [ { "BriefDescription": "Machine clears due to memory ordering issue", + "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.", @@ -9,6 +10,7 @@ }, { "BriefDescription": "Load uops that split a page (Precise event capable)", + "Counter": "0,1,2,3", "EventCode": "0x13", "EventName": "MISALIGN_MEM_REF.LOAD_PAGE_SPLIT", "PEBS": "2", @@ -18,6 +20,7 @@ }, { "BriefDescription": "Store uops that split a page (Precise event capable)", + "Counter": "0,1,2,3", "EventCode": "0x13", "EventName": "MISALIGN_MEM_REF.STORE_PAGE_SPLIT", "PEBS": "2", |