aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/pmu-events/arch/x86/goldmontplus/memory.json
blob: 7038873a5c8d15ef1c82f9ea149e5f4dbd594128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
    {
        "BriefDescription": "Machine clears due to memory ordering issue",
        "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": "20003",
        "UMask": "0x2"
    },
    {
        "BriefDescription": "Load uops that split a page (Precise event capable)",
        "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)",
        "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"
    }
]