summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/arch/x86/goldmont/memory.json
blob: ac8b0d365a197dc87b6e7d05a9877d21506faedc (plain)
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
29
30
31
32
33
34
[
    {
        "CollectPEBSRecord": "1",
        "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.",
        "EventCode": "0xC3",
        "Counter": "0,1,2,3",
        "UMask": "0x2",
        "EventName": "MACHINE_CLEARS.MEMORY_ORDERING",
        "SampleAfterValue": "200003",
        "BriefDescription": "Machine clears due to memory ordering issue"
    },
    {
        "PEBS": "2",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts when a memory load of a uop spans a page boundary (a split) is retired.",
        "EventCode": "0x13",
        "Counter": "0,1,2,3",
        "UMask": "0x2",
        "EventName": "MISALIGN_MEM_REF.LOAD_PAGE_SPLIT",
        "SampleAfterValue": "200003",
        "BriefDescription": "Load uops that split a page (Precise event capable)"
    },
    {
        "PEBS": "2",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts when a memory store of a uop spans a page boundary (a split) is retired.",
        "EventCode": "0x13",
        "Counter": "0,1,2,3",
        "UMask": "0x4",
        "EventName": "MISALIGN_MEM_REF.STORE_PAGE_SPLIT",
        "SampleAfterValue": "200003",
        "BriefDescription": "Store uops that split a page (Precise event capable)"
    }
]
iv>
Pull crypto fixes from Herbert Xu: - use-after-free in algif_aead - modular aesni regression when pcbc is modular but absent - bug causing IO page faults in ccp - double list add in ccp - NULL pointer dereference in qat (two patches) - panic in chcr - NULL pointer dereference in chcr - out-of-bound access in chcr * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: chcr - Fix key length for RFC4106 crypto: algif_aead - Fix kernel panic on list_del crypto: aesni - Fix failure when pcbc module is absent crypto: ccp - Fix double add when creating new DMA command crypto: ccp - Fix DMA operations when IOMMU is enabled crypto: chcr - Check device is allocated before use crypto: chcr - Fix panic on dma_unmap_sg crypto: qat - zero esram only for DH85x devices crypto: qat - fix bar discovery for c62x
Diffstat (limited to 'net/vmw_vsock/Kconfig')