3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-15 03:35:55 +00:00

35 lines
1.4 KiB
JSON
Raw Normal View History

2022-04-02 18:24:21 +05:00
[
{
"BriefDescription": "Machine clears due to memory ordering issue",
"CollectPEBSRecord": "1",
2022-04-02 18:24:21 +05:00
"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.",
2022-04-02 18:24:21 +05:00
"SampleAfterValue": "200003",
"UMask": "0x2"
2022-04-02 18:24:21 +05:00
},
{
"BriefDescription": "Load uops that split a page (Precise event capable)",
2022-04-02 18:24:21 +05:00
"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.",
2022-04-02 18:24:21 +05:00
"SampleAfterValue": "200003",
"UMask": "0x2"
2022-04-02 18:24:21 +05:00
},
{
"BriefDescription": "Store uops that split a page (Precise event capable)",
"CollectPEBSRecord": "2",
2022-04-02 18:24:21 +05:00
"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.",
2022-04-02 18:24:21 +05:00
"SampleAfterValue": "200003",
"UMask": "0x4"
2022-04-02 18:24:21 +05:00
}
2022-09-09 14:21:57 +05:00
]