1f9900dd0SZhengjun Xing[
2f9900dd0SZhengjun Xing    {
34c12f41aSZhengjun Xing        "BriefDescription": "Execution stalls while L3 cache miss demand load is outstanding.",
44c12f41aSZhengjun Xing        "CounterMask": "6",
54c12f41aSZhengjun Xing        "EventCode": "0xa3",
64c12f41aSZhengjun Xing        "EventName": "CYCLE_ACTIVITY.STALLS_L3_MISS",
74c12f41aSZhengjun Xing        "SampleAfterValue": "1000003",
84c12f41aSZhengjun Xing        "UMask": "0x6",
94c12f41aSZhengjun Xing        "Unit": "cpu_core"
104c12f41aSZhengjun Xing    },
114c12f41aSZhengjun Xing    {
12f9900dd0SZhengjun Xing        "BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer is stalled due to any number of reasons, including an L1 miss, WCB full, pagewalk, store address block or store data block, on a load that retires.",
13f9900dd0SZhengjun Xing        "EventCode": "0x05",
14f9900dd0SZhengjun Xing        "EventName": "LD_HEAD.ANY_AT_RET",
15f9900dd0SZhengjun Xing        "SampleAfterValue": "1000003",
16f9900dd0SZhengjun Xing        "UMask": "0xff",
17f9900dd0SZhengjun Xing        "Unit": "cpu_atom"
18f9900dd0SZhengjun Xing    },
19f9900dd0SZhengjun Xing    {
20f9900dd0SZhengjun Xing        "BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer is stalled due to a core bound stall including a store address match, a DTLB miss or a page walk that detains the load from retiring.",
21f9900dd0SZhengjun Xing        "EventCode": "0x05",
22f9900dd0SZhengjun Xing        "EventName": "LD_HEAD.L1_BOUND_AT_RET",
23f9900dd0SZhengjun Xing        "SampleAfterValue": "1000003",
24f9900dd0SZhengjun Xing        "UMask": "0xf4",
25f9900dd0SZhengjun Xing        "Unit": "cpu_atom"
26f9900dd0SZhengjun Xing    },
27f9900dd0SZhengjun Xing    {
28b0365c14SIan Rogers        "BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer and retirement are both stalled due to a DL1 miss.",
29b0365c14SIan Rogers        "EventCode": "0x05",
30b0365c14SIan Rogers        "EventName": "LD_HEAD.L1_MISS_AT_RET",
31b0365c14SIan Rogers        "SampleAfterValue": "1000003",
32b0365c14SIan Rogers        "UMask": "0x81",
33b0365c14SIan Rogers        "Unit": "cpu_atom"
34b0365c14SIan Rogers    },
35b0365c14SIan Rogers    {
365fa2481cSZhengjun Xing        "BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer and retirement are both stalled due to other block cases.",
37f9900dd0SZhengjun Xing        "EventCode": "0x05",
38f9900dd0SZhengjun Xing        "EventName": "LD_HEAD.OTHER_AT_RET",
394c12f41aSZhengjun Xing        "PublicDescription": "Counts the number of cycles that the head (oldest load) of the load buffer and retirement are both stalled due to other block cases such as pipeline conflicts, fences, etc.",
40f9900dd0SZhengjun Xing        "SampleAfterValue": "1000003",
41f9900dd0SZhengjun Xing        "UMask": "0xc0",
42f9900dd0SZhengjun Xing        "Unit": "cpu_atom"
43f9900dd0SZhengjun Xing    },
44f9900dd0SZhengjun Xing    {
455fa2481cSZhengjun Xing        "BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer and retirement are both stalled due to a pagewalk.",
46f9900dd0SZhengjun Xing        "EventCode": "0x05",
47f9900dd0SZhengjun Xing        "EventName": "LD_HEAD.PGWALK_AT_RET",
48f9900dd0SZhengjun Xing        "SampleAfterValue": "1000003",
49f9900dd0SZhengjun Xing        "UMask": "0xa0",
50f9900dd0SZhengjun Xing        "Unit": "cpu_atom"
51f9900dd0SZhengjun Xing    },
52f9900dd0SZhengjun Xing    {
535fa2481cSZhengjun Xing        "BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer and retirement are both stalled due to a store address match.",
54f9900dd0SZhengjun Xing        "EventCode": "0x05",
55f9900dd0SZhengjun Xing        "EventName": "LD_HEAD.ST_ADDR_AT_RET",
56f9900dd0SZhengjun Xing        "SampleAfterValue": "1000003",
57f9900dd0SZhengjun Xing        "UMask": "0x84",
58f9900dd0SZhengjun Xing        "Unit": "cpu_atom"
59f9900dd0SZhengjun Xing    },
60f9900dd0SZhengjun Xing    {
61f9900dd0SZhengjun Xing        "BriefDescription": "Counts the number of machine clears due to memory ordering caused by a snoop from an external agent. Does not count internally generated machine clears such as those due to memory disambiguation.",
62f9900dd0SZhengjun Xing        "EventCode": "0xc3",
63f9900dd0SZhengjun Xing        "EventName": "MACHINE_CLEARS.MEMORY_ORDERING",
64f9900dd0SZhengjun Xing        "SampleAfterValue": "20003",
65f9900dd0SZhengjun Xing        "UMask": "0x2",
66f9900dd0SZhengjun Xing        "Unit": "cpu_atom"
67f9900dd0SZhengjun Xing    },
68f9900dd0SZhengjun Xing    {
694c12f41aSZhengjun Xing        "BriefDescription": "Number of machine clears due to memory ordering conflicts.",
704c12f41aSZhengjun Xing        "EventCode": "0xc3",
714c12f41aSZhengjun Xing        "EventName": "MACHINE_CLEARS.MEMORY_ORDERING",
724c12f41aSZhengjun Xing        "PublicDescription": "Counts the number of Machine Clears detected dye to memory ordering. Memory Ordering Machine Clears may apply when a memory read may not conform to the memory ordering rules of the x86 architecture",
734c12f41aSZhengjun Xing        "SampleAfterValue": "100003",
744c12f41aSZhengjun Xing        "UMask": "0x2",
754c12f41aSZhengjun Xing        "Unit": "cpu_core"
764c12f41aSZhengjun Xing    },
774c12f41aSZhengjun Xing    {
784c12f41aSZhengjun Xing        "BriefDescription": "Cycles while L1 cache miss demand load is outstanding.",
794c12f41aSZhengjun Xing        "CounterMask": "2",
804c12f41aSZhengjun Xing        "EventCode": "0x47",
814c12f41aSZhengjun Xing        "EventName": "MEMORY_ACTIVITY.CYCLES_L1D_MISS",
824c12f41aSZhengjun Xing        "SampleAfterValue": "1000003",
834c12f41aSZhengjun Xing        "UMask": "0x2",
844c12f41aSZhengjun Xing        "Unit": "cpu_core"
854c12f41aSZhengjun Xing    },
864c12f41aSZhengjun Xing    {
874c12f41aSZhengjun Xing        "BriefDescription": "Execution stalls while L1 cache miss demand load is outstanding.",
884c12f41aSZhengjun Xing        "CounterMask": "3",
894c12f41aSZhengjun Xing        "EventCode": "0x47",
904c12f41aSZhengjun Xing        "EventName": "MEMORY_ACTIVITY.STALLS_L1D_MISS",
914c12f41aSZhengjun Xing        "SampleAfterValue": "1000003",
924c12f41aSZhengjun Xing        "UMask": "0x3",
934c12f41aSZhengjun Xing        "Unit": "cpu_core"
944c12f41aSZhengjun Xing    },
954c12f41aSZhengjun Xing    {
96*c04fcf7cSIan Rogers        "BriefDescription": "Execution stalls while L2 cache miss demand cacheable load request is outstanding.",
974c12f41aSZhengjun Xing        "CounterMask": "5",
984c12f41aSZhengjun Xing        "EventCode": "0x47",
994c12f41aSZhengjun Xing        "EventName": "MEMORY_ACTIVITY.STALLS_L2_MISS",
100*c04fcf7cSIan Rogers        "PublicDescription": "Execution stalls while L2 cache miss demand cacheable load request is outstanding (will not count for uncacheable demand requests e.g. bus lock).",
1014c12f41aSZhengjun Xing        "SampleAfterValue": "1000003",
1024c12f41aSZhengjun Xing        "UMask": "0x5",
1034c12f41aSZhengjun Xing        "Unit": "cpu_core"
1044c12f41aSZhengjun Xing    },
1054c12f41aSZhengjun Xing    {
106*c04fcf7cSIan Rogers        "BriefDescription": "Execution stalls while L3 cache miss demand cacheable load request is outstanding.",
1074c12f41aSZhengjun Xing        "CounterMask": "9",
1084c12f41aSZhengjun Xing        "EventCode": "0x47",
1094c12f41aSZhengjun Xing        "EventName": "MEMORY_ACTIVITY.STALLS_L3_MISS",
110*c04fcf7cSIan Rogers        "PublicDescription": "Execution stalls while L3 cache miss demand cacheable load request is outstanding (will not count for uncacheable demand requests e.g. bus lock).",
1114c12f41aSZhengjun Xing        "SampleAfterValue": "1000003",
1124c12f41aSZhengjun Xing        "UMask": "0x9",
1134c12f41aSZhengjun Xing        "Unit": "cpu_core"
1144c12f41aSZhengjun Xing    },
1154c12f41aSZhengjun Xing    {
1164c12f41aSZhengjun Xing        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles.",
1174c12f41aSZhengjun Xing        "Data_LA": "1",
1184c12f41aSZhengjun Xing        "EventCode": "0xcd",
1194c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_128",
1204c12f41aSZhengjun Xing        "MSRIndex": "0x3F6",
1214c12f41aSZhengjun Xing        "MSRValue": "0x80",
1224c12f41aSZhengjun Xing        "PEBS": "2",
1234c12f41aSZhengjun Xing        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles.  Reported latency may be longer than just the memory latency.",
1244c12f41aSZhengjun Xing        "SampleAfterValue": "1009",
1254c12f41aSZhengjun Xing        "UMask": "0x1",
1264c12f41aSZhengjun Xing        "Unit": "cpu_core"
1274c12f41aSZhengjun Xing    },
1284c12f41aSZhengjun Xing    {
1294c12f41aSZhengjun Xing        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles.",
1304c12f41aSZhengjun Xing        "Data_LA": "1",
1314c12f41aSZhengjun Xing        "EventCode": "0xcd",
1324c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_16",
1334c12f41aSZhengjun Xing        "MSRIndex": "0x3F6",
1344c12f41aSZhengjun Xing        "MSRValue": "0x10",
1354c12f41aSZhengjun Xing        "PEBS": "2",
1364c12f41aSZhengjun Xing        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles.  Reported latency may be longer than just the memory latency.",
1374c12f41aSZhengjun Xing        "SampleAfterValue": "20011",
1384c12f41aSZhengjun Xing        "UMask": "0x1",
1394c12f41aSZhengjun Xing        "Unit": "cpu_core"
1404c12f41aSZhengjun Xing    },
1414c12f41aSZhengjun Xing    {
1424c12f41aSZhengjun Xing        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles.",
1434c12f41aSZhengjun Xing        "Data_LA": "1",
1444c12f41aSZhengjun Xing        "EventCode": "0xcd",
1454c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_256",
1464c12f41aSZhengjun Xing        "MSRIndex": "0x3F6",
1474c12f41aSZhengjun Xing        "MSRValue": "0x100",
1484c12f41aSZhengjun Xing        "PEBS": "2",
1494c12f41aSZhengjun Xing        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles.  Reported latency may be longer than just the memory latency.",
1504c12f41aSZhengjun Xing        "SampleAfterValue": "503",
1514c12f41aSZhengjun Xing        "UMask": "0x1",
1524c12f41aSZhengjun Xing        "Unit": "cpu_core"
1534c12f41aSZhengjun Xing    },
1544c12f41aSZhengjun Xing    {
1554c12f41aSZhengjun Xing        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles.",
1564c12f41aSZhengjun Xing        "Data_LA": "1",
1574c12f41aSZhengjun Xing        "EventCode": "0xcd",
1584c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_32",
1594c12f41aSZhengjun Xing        "MSRIndex": "0x3F6",
1604c12f41aSZhengjun Xing        "MSRValue": "0x20",
1614c12f41aSZhengjun Xing        "PEBS": "2",
1624c12f41aSZhengjun Xing        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles.  Reported latency may be longer than just the memory latency.",
1634c12f41aSZhengjun Xing        "SampleAfterValue": "100007",
1644c12f41aSZhengjun Xing        "UMask": "0x1",
1654c12f41aSZhengjun Xing        "Unit": "cpu_core"
1664c12f41aSZhengjun Xing    },
1674c12f41aSZhengjun Xing    {
1684c12f41aSZhengjun Xing        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 4 cycles.",
1694c12f41aSZhengjun Xing        "Data_LA": "1",
1704c12f41aSZhengjun Xing        "EventCode": "0xcd",
1714c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_4",
1724c12f41aSZhengjun Xing        "MSRIndex": "0x3F6",
1734c12f41aSZhengjun Xing        "MSRValue": "0x4",
1744c12f41aSZhengjun Xing        "PEBS": "2",
1754c12f41aSZhengjun Xing        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 4 cycles.  Reported latency may be longer than just the memory latency.",
1764c12f41aSZhengjun Xing        "SampleAfterValue": "100003",
1774c12f41aSZhengjun Xing        "UMask": "0x1",
1784c12f41aSZhengjun Xing        "Unit": "cpu_core"
1794c12f41aSZhengjun Xing    },
1804c12f41aSZhengjun Xing    {
1814c12f41aSZhengjun Xing        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 512 cycles.",
1824c12f41aSZhengjun Xing        "Data_LA": "1",
1834c12f41aSZhengjun Xing        "EventCode": "0xcd",
1844c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_512",
1854c12f41aSZhengjun Xing        "MSRIndex": "0x3F6",
1864c12f41aSZhengjun Xing        "MSRValue": "0x200",
1874c12f41aSZhengjun Xing        "PEBS": "2",
1884c12f41aSZhengjun Xing        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 512 cycles.  Reported latency may be longer than just the memory latency.",
1894c12f41aSZhengjun Xing        "SampleAfterValue": "101",
1904c12f41aSZhengjun Xing        "UMask": "0x1",
1914c12f41aSZhengjun Xing        "Unit": "cpu_core"
1924c12f41aSZhengjun Xing    },
1934c12f41aSZhengjun Xing    {
1944c12f41aSZhengjun Xing        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 64 cycles.",
1954c12f41aSZhengjun Xing        "Data_LA": "1",
1964c12f41aSZhengjun Xing        "EventCode": "0xcd",
1974c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_64",
1984c12f41aSZhengjun Xing        "MSRIndex": "0x3F6",
1994c12f41aSZhengjun Xing        "MSRValue": "0x40",
2004c12f41aSZhengjun Xing        "PEBS": "2",
2014c12f41aSZhengjun Xing        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 64 cycles.  Reported latency may be longer than just the memory latency.",
2024c12f41aSZhengjun Xing        "SampleAfterValue": "2003",
2034c12f41aSZhengjun Xing        "UMask": "0x1",
2044c12f41aSZhengjun Xing        "Unit": "cpu_core"
2054c12f41aSZhengjun Xing    },
2064c12f41aSZhengjun Xing    {
2074c12f41aSZhengjun Xing        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 8 cycles.",
2084c12f41aSZhengjun Xing        "Data_LA": "1",
2094c12f41aSZhengjun Xing        "EventCode": "0xcd",
2104c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_8",
2114c12f41aSZhengjun Xing        "MSRIndex": "0x3F6",
2124c12f41aSZhengjun Xing        "MSRValue": "0x8",
2134c12f41aSZhengjun Xing        "PEBS": "2",
2144c12f41aSZhengjun Xing        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 8 cycles.  Reported latency may be longer than just the memory latency.",
2154c12f41aSZhengjun Xing        "SampleAfterValue": "50021",
2164c12f41aSZhengjun Xing        "UMask": "0x1",
2174c12f41aSZhengjun Xing        "Unit": "cpu_core"
2184c12f41aSZhengjun Xing    },
2194c12f41aSZhengjun Xing    {
2204c12f41aSZhengjun Xing        "BriefDescription": "Retired memory store access operations. A PDist event for PEBS Store Latency Facility.",
2214c12f41aSZhengjun Xing        "Data_LA": "1",
2224c12f41aSZhengjun Xing        "EventCode": "0xcd",
2234c12f41aSZhengjun Xing        "EventName": "MEM_TRANS_RETIRED.STORE_SAMPLE",
2244c12f41aSZhengjun Xing        "PEBS": "2",
2254c12f41aSZhengjun Xing        "PublicDescription": "Counts Retired memory accesses with at least 1 store operation. This PEBS event is the precisely-distributed (PDist) trigger covering all stores uops for sampling by the PEBS Store Latency Facility. The facility is described in Intel SDM Volume 3 section 19.9.8",
2264c12f41aSZhengjun Xing        "SampleAfterValue": "1000003",
2274c12f41aSZhengjun Xing        "UMask": "0x2",
2284c12f41aSZhengjun Xing        "Unit": "cpu_core"
2294c12f41aSZhengjun Xing    },
2304c12f41aSZhengjun Xing    {
231f9900dd0SZhengjun Xing        "BriefDescription": "Counts demand data reads that were not supplied by the L3 cache.",
232f9900dd0SZhengjun Xing        "EventCode": "0xB7",
233f9900dd0SZhengjun Xing        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS",
234f9900dd0SZhengjun Xing        "MSRIndex": "0x1a6,0x1a7",
235f9900dd0SZhengjun Xing        "MSRValue": "0x3F84400001",
236f9900dd0SZhengjun Xing        "SampleAfterValue": "100003",
237f9900dd0SZhengjun Xing        "UMask": "0x1",
238f9900dd0SZhengjun Xing        "Unit": "cpu_atom"
239f9900dd0SZhengjun Xing    },
240f9900dd0SZhengjun Xing    {
241a80de066SIan Rogers        "BriefDescription": "Counts demand data reads that were not supplied by the L3 cache.",
2424c12f41aSZhengjun Xing        "EventCode": "0x2A,0x2B",
2434c12f41aSZhengjun Xing        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS",
2444c12f41aSZhengjun Xing        "MSRIndex": "0x1a6,0x1a7",
2454c12f41aSZhengjun Xing        "MSRValue": "0x3FBFC00001",
2464c12f41aSZhengjun Xing        "SampleAfterValue": "100003",
2474c12f41aSZhengjun Xing        "UMask": "0x1",
2484c12f41aSZhengjun Xing        "Unit": "cpu_core"
2494c12f41aSZhengjun Xing    },
2504c12f41aSZhengjun Xing    {
2514c12f41aSZhengjun Xing        "BriefDescription": "Counts demand data reads that were not supplied by the L3 cache.",
252a80de066SIan Rogers        "EventCode": "0xB7",
253a80de066SIan Rogers        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL",
254a80de066SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
255a80de066SIan Rogers        "MSRValue": "0x3F84400001",
256a80de066SIan Rogers        "SampleAfterValue": "100003",
257a80de066SIan Rogers        "UMask": "0x1",
258a80de066SIan Rogers        "Unit": "cpu_atom"
259a80de066SIan Rogers    },
260a80de066SIan Rogers    {
261f9900dd0SZhengjun Xing        "BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.",
262f9900dd0SZhengjun Xing        "EventCode": "0xB7",
263f9900dd0SZhengjun Xing        "EventName": "OCR.DEMAND_RFO.L3_MISS",
264f9900dd0SZhengjun Xing        "MSRIndex": "0x1a6,0x1a7",
265f9900dd0SZhengjun Xing        "MSRValue": "0x3F84400002",
266f9900dd0SZhengjun Xing        "SampleAfterValue": "100003",
267f9900dd0SZhengjun Xing        "UMask": "0x1",
268f9900dd0SZhengjun Xing        "Unit": "cpu_atom"
269f9900dd0SZhengjun Xing    },
270f9900dd0SZhengjun Xing    {
2714c12f41aSZhengjun Xing        "BriefDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.",
2724c12f41aSZhengjun Xing        "EventCode": "0x2A,0x2B",
2734c12f41aSZhengjun Xing        "EventName": "OCR.DEMAND_RFO.L3_MISS",
2744c12f41aSZhengjun Xing        "MSRIndex": "0x1a6,0x1a7",
2754c12f41aSZhengjun Xing        "MSRValue": "0x3FBFC00002",
2764c12f41aSZhengjun Xing        "SampleAfterValue": "100003",
2774c12f41aSZhengjun Xing        "UMask": "0x1",
2784c12f41aSZhengjun Xing        "Unit": "cpu_core"
2794c12f41aSZhengjun Xing    },
2804c12f41aSZhengjun Xing    {
281a80de066SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.",
282a80de066SIan Rogers        "EventCode": "0xB7",
283a80de066SIan Rogers        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL",
284a80de066SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
285a80de066SIan Rogers        "MSRValue": "0x3F84400002",
286a80de066SIan Rogers        "SampleAfterValue": "100003",
287a80de066SIan Rogers        "UMask": "0x1",
288a80de066SIan Rogers        "Unit": "cpu_atom"
289a80de066SIan Rogers    },
290a80de066SIan Rogers    {
291ad10c920SIan Rogers        "BriefDescription": "Counts demand data read requests that miss the L3 cache.",
2924c12f41aSZhengjun Xing        "EventCode": "0x21",
2934c12f41aSZhengjun Xing        "EventName": "OFFCORE_REQUESTS.L3_MISS_DEMAND_DATA_RD",
294f9900dd0SZhengjun Xing        "SampleAfterValue": "100003",
2954c12f41aSZhengjun Xing        "UMask": "0x10",
296f9900dd0SZhengjun Xing        "Unit": "cpu_core"
297f9900dd0SZhengjun Xing    },
298f9900dd0SZhengjun Xing    {
2994c12f41aSZhengjun Xing        "BriefDescription": "For every cycle, increments by the number of demand data read requests pending that are known to have missed the L3 cache.",
3004c12f41aSZhengjun Xing        "EventCode": "0x20",
3014c12f41aSZhengjun Xing        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.L3_MISS_DEMAND_DATA_RD",
3024c12f41aSZhengjun Xing        "PublicDescription": "For every cycle, increments by the number of demand data read requests pending that are known to have missed the L3 cache.  Note that this does not capture all elapsed cycles while requests are outstanding - only cycles from when the requests were known by the requesting core to have missed the L3 cache.",
3034c12f41aSZhengjun Xing        "SampleAfterValue": "2000003",
3044c12f41aSZhengjun Xing        "UMask": "0x10",
305f9900dd0SZhengjun Xing        "Unit": "cpu_core"
306f9900dd0SZhengjun Xing    }
307f9900dd0SZhengjun Xing]
308