1aa1bd892SJin Yao[ 2aa1bd892SJin Yao { 33c9c3157SIan Rogers "BriefDescription": "Counts the number of core requests (demand and L1 prefetchers) rejected by the L2 queue (L2Q) due to a full condition.", 43c9c3157SIan Rogers "EventCode": "0x31", 53c9c3157SIan Rogers "EventName": "CORE_REJECT_L2Q.ANY", 63c9c3157SIan Rogers "PublicDescription": "Counts the number of (demand and L1 prefetchers) core requests rejected by the L2 queue (L2Q) due to a full or nearly full condition, which likely indicates back pressure from L2Q. It also counts requests that would have gone directly to the External Queue (XQ), but are rejected due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may also reject transactions from a core to ensure fairness between cores, or to delay a cores dirty eviction when the address conflicts incoming external snoops. (Note that L2 prefetcher requests that are dropped are not counted by this event). Counts on a per core basis.", 73c9c3157SIan Rogers "SampleAfterValue": "200003" 83c9c3157SIan Rogers }, 93c9c3157SIan Rogers { 103c9c3157SIan Rogers "BriefDescription": "Counts the number of L1D cacheline (dirty) evictions caused by load misses, stores, and prefetches.", 11aa1bd892SJin Yao "EventCode": "0x51", 12aa1bd892SJin Yao "EventName": "DL1.DIRTY_EVICTION", 133c9c3157SIan Rogers "PublicDescription": "Counts the number of L1D cacheline (dirty) evictions caused by load misses, stores, and prefetches. Does not count evictions or dirty writebacks caused by snoops. Does not count a replacement unless a (dirty) line was written back.", 14aa1bd892SJin Yao "SampleAfterValue": "200003", 15aa1bd892SJin Yao "UMask": "0x1" 16aa1bd892SJin Yao }, 17aa1bd892SJin Yao { 183c9c3157SIan Rogers "BriefDescription": "Counts the number of demand and prefetch transactions that the External Queue (XQ) rejects due to a full or near full condition.", 193c9c3157SIan Rogers "EventCode": "0x30", 203c9c3157SIan Rogers "EventName": "L2_REJECT_XQ.ANY", 213c9c3157SIan Rogers "PublicDescription": "Counts the number of demand and prefetch transactions that the External Queue (XQ) rejects due to a full or near full condition which likely indicates back pressure from the IDI link. The XQ may reject transactions from the L2Q (non-cacheable requests), BBL (L2 misses) and WOB (L2 write-back victims).", 223c9c3157SIan Rogers "SampleAfterValue": "200003" 233c9c3157SIan Rogers }, 243c9c3157SIan Rogers { 253c9c3157SIan Rogers "BriefDescription": "Counts the total number of L2 Cache accesses. Counts on a per core basis.", 263c9c3157SIan Rogers "EventCode": "0x24", 273c9c3157SIan Rogers "EventName": "L2_REQUEST.ALL", 283c9c3157SIan Rogers "PublicDescription": "Counts the total number of L2 Cache Accesses, includes hits, misses, rejects front door requests for CRd/DRd/RFO/ItoM/L2 Prefetches only. Counts on a per core basis.", 293c9c3157SIan Rogers "SampleAfterValue": "200003" 303c9c3157SIan Rogers }, 313c9c3157SIan Rogers { 323c9c3157SIan Rogers "BriefDescription": "Counts the number of L2 Cache accesses that resulted in a hit. Counts on a per core basis.", 333c9c3157SIan Rogers "EventCode": "0x24", 343c9c3157SIan Rogers "EventName": "L2_REQUEST.HIT", 353c9c3157SIan Rogers "PublicDescription": "Counts the number of L2 Cache accesses that resulted in a hit from a front door request only (does not include rejects or recycles), Counts on a per core basis.", 363c9c3157SIan Rogers "SampleAfterValue": "200003", 373c9c3157SIan Rogers "UMask": "0x2" 383c9c3157SIan Rogers }, 393c9c3157SIan Rogers { 403c9c3157SIan Rogers "BriefDescription": "Counts the number of L2 Cache accesses that resulted in a miss. Counts on a per core basis.", 413c9c3157SIan Rogers "EventCode": "0x24", 423c9c3157SIan Rogers "EventName": "L2_REQUEST.MISS", 433c9c3157SIan Rogers "PublicDescription": "Counts the number of L2 Cache accesses that resulted in a miss from a front door request only (does not include rejects or recycles). Counts on a per core basis.", 443c9c3157SIan Rogers "SampleAfterValue": "200003", 453c9c3157SIan Rogers "UMask": "0x1" 463c9c3157SIan Rogers }, 473c9c3157SIan Rogers { 483c9c3157SIan Rogers "BriefDescription": "Counts the number of L2 Cache accesses that miss the L2 and get rejected. Counts on a per core basis.", 493c9c3157SIan Rogers "EventCode": "0x24", 503c9c3157SIan Rogers "EventName": "L2_REQUEST.REJECTS", 513c9c3157SIan Rogers "PublicDescription": "Counts the number of L2 Cache accesses that miss the L2 and get BBL reject short and long rejects (includes those counted in L2_reject_XQ.any). Counts on a per core basis.", 523c9c3157SIan Rogers "SampleAfterValue": "200003", 533c9c3157SIan Rogers "UMask": "0x4" 543c9c3157SIan Rogers }, 553c9c3157SIan Rogers { 56aa1bd892SJin Yao "BriefDescription": "Counts the number of cacheable memory requests that miss in the LLC. Counts on a per core basis.", 57aa1bd892SJin Yao "EventCode": "0x2e", 58aa1bd892SJin Yao "EventName": "LONGEST_LAT_CACHE.MISS", 593c9c3157SIan Rogers "PublicDescription": "Counts the number of cacheable memory requests that miss in the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instruction fetches and L1 HW prefetches. If the platform has an L3 cache, the LLC is the L3 cache, otherwise it is the L2 cache. Counts on a per core basis.", 60aa1bd892SJin Yao "SampleAfterValue": "200003", 61aa1bd892SJin Yao "UMask": "0x41" 62aa1bd892SJin Yao }, 63aa1bd892SJin Yao { 64aa1bd892SJin Yao "BriefDescription": "Counts the number of cacheable memory requests that access the LLC. Counts on a per core basis.", 65aa1bd892SJin Yao "EventCode": "0x2e", 66aa1bd892SJin Yao "EventName": "LONGEST_LAT_CACHE.REFERENCE", 67aa1bd892SJin Yao "PublicDescription": "Counts the number of cacheable memory requests that access the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instruction fetches and L1 HW prefetches. If the platform has an L3 cache, the LLC is the L3 cache, otherwise it is the L2 cache. Counts on a per core basis.", 68aa1bd892SJin Yao "SampleAfterValue": "200003", 69aa1bd892SJin Yao "UMask": "0x4f" 70aa1bd892SJin Yao }, 71aa1bd892SJin Yao { 723c9c3157SIan Rogers "BriefDescription": "Counts the number of cycles the core is stalled due to an instruction cache or TLB miss which hit in the L2, LLC, DRAM or MMIO (Non-DRAM).", 733c9c3157SIan Rogers "EventCode": "0x34", 743c9c3157SIan Rogers "EventName": "MEM_BOUND_STALLS.IFETCH", 75*27aebf37SIan Rogers "PublicDescription": "Counts the number of cycles the core is stalled due to an instruction cache or translation lookaside buffer (TLB) miss which hit in the L2, LLC, DRAM or MMIO (Non-DRAM).", 763c9c3157SIan Rogers "SampleAfterValue": "200003", 773c9c3157SIan Rogers "UMask": "0x38" 783c9c3157SIan Rogers }, 793c9c3157SIan Rogers { 80aa1bd892SJin Yao "BriefDescription": "Counts the number of cycles the core is stalled due to an instruction cache or TLB miss which hit in DRAM or MMIO (Non-DRAM).", 81aa1bd892SJin Yao "EventCode": "0x34", 82aa1bd892SJin Yao "EventName": "MEM_BOUND_STALLS.IFETCH_DRAM_HIT", 833c9c3157SIan Rogers "PublicDescription": "Counts the number of cycles the core is stalled due to an instruction cache or translation lookaside buffer (TLB) miss which hit in DRAM or MMIO (non-DRAM).", 84aa1bd892SJin Yao "SampleAfterValue": "200003", 85aa1bd892SJin Yao "UMask": "0x20" 86aa1bd892SJin Yao }, 87aa1bd892SJin Yao { 88aa1bd892SJin Yao "BriefDescription": "Counts the number of cycles the core is stalled due to an instruction cache or TLB miss which hit in the L2 cache.", 89aa1bd892SJin Yao "EventCode": "0x34", 90aa1bd892SJin Yao "EventName": "MEM_BOUND_STALLS.IFETCH_L2_HIT", 913c9c3157SIan Rogers "PublicDescription": "Counts the number of cycles the core is stalled due to an instruction cache or Translation Lookaside Buffer (TLB) miss which hit in the L2 cache.", 92aa1bd892SJin Yao "SampleAfterValue": "200003", 93aa1bd892SJin Yao "UMask": "0x8" 94aa1bd892SJin Yao }, 95aa1bd892SJin Yao { 96aa1bd892SJin Yao "BriefDescription": "Counts the number of cycles the core is stalled due to an instruction cache or TLB miss which hit in the LLC or other core with HITE/F/M.", 97aa1bd892SJin Yao "EventCode": "0x34", 98aa1bd892SJin Yao "EventName": "MEM_BOUND_STALLS.IFETCH_LLC_HIT", 993c9c3157SIan Rogers "PublicDescription": "Counts the number of cycles the core is stalled due to an instruction cache or Translation Lookaside Buffer (TLB) miss which hit in the Last Level Cache (LLC) or other core with HITE/F/M.", 100aa1bd892SJin Yao "SampleAfterValue": "200003", 101aa1bd892SJin Yao "UMask": "0x10" 102aa1bd892SJin Yao }, 103aa1bd892SJin Yao { 1043c9c3157SIan Rogers "BriefDescription": "Counts the number of cycles the core is stalled due to a demand load miss which hit in the L2, LLC, DRAM or MMIO (Non-DRAM).", 1053c9c3157SIan Rogers "EventCode": "0x34", 1063c9c3157SIan Rogers "EventName": "MEM_BOUND_STALLS.LOAD", 1073c9c3157SIan Rogers "SampleAfterValue": "200003", 1083c9c3157SIan Rogers "UMask": "0x7" 1093c9c3157SIan Rogers }, 1103c9c3157SIan Rogers { 111aa1bd892SJin Yao "BriefDescription": "Counts the number of cycles the core is stalled due to a demand load miss which hit in DRAM or MMIO (Non-DRAM).", 112aa1bd892SJin Yao "EventCode": "0x34", 113aa1bd892SJin Yao "EventName": "MEM_BOUND_STALLS.LOAD_DRAM_HIT", 114aa1bd892SJin Yao "SampleAfterValue": "200003", 115aa1bd892SJin Yao "UMask": "0x4" 116aa1bd892SJin Yao }, 117aa1bd892SJin Yao { 118aa1bd892SJin Yao "BriefDescription": "Counts the number of cycles the core is stalled due to a demand load which hit in the L2 cache.", 119aa1bd892SJin Yao "EventCode": "0x34", 120aa1bd892SJin Yao "EventName": "MEM_BOUND_STALLS.LOAD_L2_HIT", 121aa1bd892SJin Yao "SampleAfterValue": "200003", 122aa1bd892SJin Yao "UMask": "0x1" 123aa1bd892SJin Yao }, 124aa1bd892SJin Yao { 125aa1bd892SJin Yao "BriefDescription": "Counts the number of cycles the core is stalled due to a demand load which hit in the LLC or other core with HITE/F/M.", 126aa1bd892SJin Yao "EventCode": "0x34", 127aa1bd892SJin Yao "EventName": "MEM_BOUND_STALLS.LOAD_LLC_HIT", 1283c9c3157SIan Rogers "PublicDescription": "Counts the number of cycles the core is stalled due to a demand load which hit in the Last Level Cache (LLC) or other core with HITE/F/M.", 129aa1bd892SJin Yao "SampleAfterValue": "200003", 130aa1bd892SJin Yao "UMask": "0x2" 131aa1bd892SJin Yao }, 132aa1bd892SJin Yao { 1333c9c3157SIan Rogers "BriefDescription": "Counts the number of cycles the core is stalled due to a store buffer being full.", 134aa1bd892SJin Yao "EventCode": "0x34", 135aa1bd892SJin Yao "EventName": "MEM_BOUND_STALLS.STORE_BUFFER_FULL", 136aa1bd892SJin Yao "SampleAfterValue": "200003", 137aa1bd892SJin Yao "UMask": "0x40" 138aa1bd892SJin Yao }, 139aa1bd892SJin Yao { 1403c9c3157SIan Rogers "BriefDescription": "Counts the number of load uops retired that hit in DRAM.", 141aa1bd892SJin Yao "Data_LA": "1", 142aa1bd892SJin Yao "EventCode": "0xd1", 143aa1bd892SJin Yao "EventName": "MEM_LOAD_UOPS_RETIRED.DRAM_HIT", 1443c9c3157SIan Rogers "PEBS": "1", 145aa1bd892SJin Yao "SampleAfterValue": "200003", 146aa1bd892SJin Yao "UMask": "0x80" 147aa1bd892SJin Yao }, 148aa1bd892SJin Yao { 1493c9c3157SIan Rogers "BriefDescription": "Counts the number of load uops retired that hit in the L3 cache, in which a snoop was required and modified data was forwarded from another core or module.", 1503c9c3157SIan Rogers "Data_LA": "1", 1513c9c3157SIan Rogers "EventCode": "0xd1", 1523c9c3157SIan Rogers "EventName": "MEM_LOAD_UOPS_RETIRED.HITM", 1533c9c3157SIan Rogers "PEBS": "1", 1543c9c3157SIan Rogers "SampleAfterValue": "200003", 1553c9c3157SIan Rogers "UMask": "0x20" 1563c9c3157SIan Rogers }, 1573c9c3157SIan Rogers { 158aa1bd892SJin Yao "BriefDescription": "Counts the number of load uops retired that hit in the L1 data cache.", 159aa1bd892SJin Yao "Data_LA": "1", 160aa1bd892SJin Yao "EventCode": "0xd1", 161aa1bd892SJin Yao "EventName": "MEM_LOAD_UOPS_RETIRED.L1_HIT", 162aa1bd892SJin Yao "PEBS": "1", 163aa1bd892SJin Yao "SampleAfterValue": "200003", 164aa1bd892SJin Yao "UMask": "0x1" 165aa1bd892SJin Yao }, 166aa1bd892SJin Yao { 167aa1bd892SJin Yao "BriefDescription": "Counts the number of load uops retired that miss in the L1 data cache.", 168aa1bd892SJin Yao "Data_LA": "1", 169aa1bd892SJin Yao "EventCode": "0xd1", 170aa1bd892SJin Yao "EventName": "MEM_LOAD_UOPS_RETIRED.L1_MISS", 171aa1bd892SJin Yao "PEBS": "1", 172aa1bd892SJin Yao "SampleAfterValue": "200003", 173aa1bd892SJin Yao "UMask": "0x8" 174aa1bd892SJin Yao }, 175aa1bd892SJin Yao { 176aa1bd892SJin Yao "BriefDescription": "Counts the number of load uops retired that hit in the L2 cache.", 177aa1bd892SJin Yao "Data_LA": "1", 178aa1bd892SJin Yao "EventCode": "0xd1", 179aa1bd892SJin Yao "EventName": "MEM_LOAD_UOPS_RETIRED.L2_HIT", 180aa1bd892SJin Yao "PEBS": "1", 181aa1bd892SJin Yao "SampleAfterValue": "200003", 182aa1bd892SJin Yao "UMask": "0x2" 183aa1bd892SJin Yao }, 184aa1bd892SJin Yao { 185aa1bd892SJin Yao "BriefDescription": "Counts the number of load uops retired that miss in the L2 cache.", 186aa1bd892SJin Yao "Data_LA": "1", 187aa1bd892SJin Yao "EventCode": "0xd1", 188aa1bd892SJin Yao "EventName": "MEM_LOAD_UOPS_RETIRED.L2_MISS", 189aa1bd892SJin Yao "PEBS": "1", 190aa1bd892SJin Yao "SampleAfterValue": "200003", 191aa1bd892SJin Yao "UMask": "0x10" 192aa1bd892SJin Yao }, 193aa1bd892SJin Yao { 194aa1bd892SJin Yao "BriefDescription": "Counts the number of load uops retired that hit in the L3 cache.", 1953c9c3157SIan Rogers "Data_LA": "1", 196aa1bd892SJin Yao "EventCode": "0xd1", 197aa1bd892SJin Yao "EventName": "MEM_LOAD_UOPS_RETIRED.L3_HIT", 198aa1bd892SJin Yao "PEBS": "1", 199aa1bd892SJin Yao "SampleAfterValue": "200003", 200aa1bd892SJin Yao "UMask": "0x4" 201aa1bd892SJin Yao }, 202aa1bd892SJin Yao { 2033c9c3157SIan Rogers "BriefDescription": "Counts the number of memory uops retired.", 2043c9c3157SIan Rogers "Data_LA": "1", 2053c9c3157SIan Rogers "EventCode": "0xd0", 2063c9c3157SIan Rogers "EventName": "MEM_UOPS_RETIRED.ALL", 2073c9c3157SIan Rogers "PEBS": "1", 2083c9c3157SIan Rogers "PublicDescription": "Counts the number of memory uops retired. A single uop that performs both a load AND a store will be counted as 1, not 2 (e.g. ADD [mem], CONST)", 2093c9c3157SIan Rogers "SampleAfterValue": "200003", 2103c9c3157SIan Rogers "UMask": "0x83" 2113c9c3157SIan Rogers }, 2123c9c3157SIan Rogers { 213aa1bd892SJin Yao "BriefDescription": "Counts the number of load uops retired.", 214aa1bd892SJin Yao "Data_LA": "1", 215aa1bd892SJin Yao "EventCode": "0xd0", 216aa1bd892SJin Yao "EventName": "MEM_UOPS_RETIRED.ALL_LOADS", 217aa1bd892SJin Yao "PEBS": "1", 218aa1bd892SJin Yao "PublicDescription": "Counts the total number of load uops retired.", 219aa1bd892SJin Yao "SampleAfterValue": "200003", 220aa1bd892SJin Yao "UMask": "0x81" 221aa1bd892SJin Yao }, 222aa1bd892SJin Yao { 223aa1bd892SJin Yao "BriefDescription": "Counts the number of store uops retired.", 224aa1bd892SJin Yao "Data_LA": "1", 225aa1bd892SJin Yao "EventCode": "0xd0", 226aa1bd892SJin Yao "EventName": "MEM_UOPS_RETIRED.ALL_STORES", 227aa1bd892SJin Yao "PEBS": "1", 228aa1bd892SJin Yao "PublicDescription": "Counts the total number of store uops retired.", 229aa1bd892SJin Yao "SampleAfterValue": "200003", 230aa1bd892SJin Yao "UMask": "0x82" 231aa1bd892SJin Yao }, 232aa1bd892SJin Yao { 2333c9c3157SIan Rogers "BriefDescription": "Counts the number of load uops retired that performed one or more locks.", 2343c9c3157SIan Rogers "Data_LA": "1", 2353c9c3157SIan Rogers "EventCode": "0xd0", 2363c9c3157SIan Rogers "EventName": "MEM_UOPS_RETIRED.LOCK_LOADS", 2373c9c3157SIan Rogers "PEBS": "1", 2383c9c3157SIan Rogers "SampleAfterValue": "200003", 2393c9c3157SIan Rogers "UMask": "0x21" 2403c9c3157SIan Rogers }, 2413c9c3157SIan Rogers { 2423c9c3157SIan Rogers "BriefDescription": "Counts the number of memory uops retired that were splits.", 2433c9c3157SIan Rogers "Data_LA": "1", 2443c9c3157SIan Rogers "EventCode": "0xd0", 2453c9c3157SIan Rogers "EventName": "MEM_UOPS_RETIRED.SPLIT", 2463c9c3157SIan Rogers "PEBS": "1", 2473c9c3157SIan Rogers "SampleAfterValue": "200003", 2483c9c3157SIan Rogers "UMask": "0x43" 2493c9c3157SIan Rogers }, 2503c9c3157SIan Rogers { 2513c9c3157SIan Rogers "BriefDescription": "Counts the number of retired split load uops.", 2523c9c3157SIan Rogers "Data_LA": "1", 2533c9c3157SIan Rogers "EventCode": "0xd0", 2543c9c3157SIan Rogers "EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS", 2553c9c3157SIan Rogers "PEBS": "1", 2563c9c3157SIan Rogers "SampleAfterValue": "200003", 2573c9c3157SIan Rogers "UMask": "0x41" 2583c9c3157SIan Rogers }, 2593c9c3157SIan Rogers { 2603c9c3157SIan Rogers "BriefDescription": "Counts the number of retired split store uops.", 2613c9c3157SIan Rogers "Data_LA": "1", 2623c9c3157SIan Rogers "EventCode": "0xd0", 2633c9c3157SIan Rogers "EventName": "MEM_UOPS_RETIRED.SPLIT_STORES", 2643c9c3157SIan Rogers "PEBS": "1", 2653c9c3157SIan Rogers "SampleAfterValue": "200003", 2663c9c3157SIan Rogers "UMask": "0x42" 2673c9c3157SIan Rogers }, 2683c9c3157SIan Rogers { 2693c9c3157SIan Rogers "BriefDescription": "Counts all code reads that were supplied by the L3 cache.", 2703c9c3157SIan Rogers "EventCode": "0XB7", 2713c9c3157SIan Rogers "EventName": "OCR.ALL_CODE_RD.L3_HIT", 2723c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 2733c9c3157SIan Rogers "MSRValue": "0x1F803C0044", 2743c9c3157SIan Rogers "SampleAfterValue": "100003", 2753c9c3157SIan Rogers "UMask": "0x1" 2763c9c3157SIan Rogers }, 2773c9c3157SIan Rogers { 2783c9c3157SIan Rogers "BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 2793c9c3157SIan Rogers "EventCode": "0XB7", 2803c9c3157SIan Rogers "EventName": "OCR.ALL_CODE_RD.L3_HIT.SNOOP_HITM", 2813c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 2823c9c3157SIan Rogers "MSRValue": "0x10003C0044", 2833c9c3157SIan Rogers "SampleAfterValue": "100003", 2843c9c3157SIan Rogers "UMask": "0x1" 2853c9c3157SIan Rogers }, 2863c9c3157SIan Rogers { 2873c9c3157SIan Rogers "BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 2883c9c3157SIan Rogers "EventCode": "0XB7", 2893c9c3157SIan Rogers "EventName": "OCR.ALL_CODE_RD.L3_HIT.SNOOP_HIT_NO_FWD", 2903c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 2913c9c3157SIan Rogers "MSRValue": "0x4003C0044", 2923c9c3157SIan Rogers "SampleAfterValue": "100003", 2933c9c3157SIan Rogers "UMask": "0x1" 2943c9c3157SIan Rogers }, 2953c9c3157SIan Rogers { 2963c9c3157SIan Rogers "BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 2973c9c3157SIan Rogers "EventCode": "0XB7", 2983c9c3157SIan Rogers "EventName": "OCR.ALL_CODE_RD.L3_HIT.SNOOP_HIT_WITH_FWD", 2993c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3003c9c3157SIan Rogers "MSRValue": "0x8003C0044", 3013c9c3157SIan Rogers "SampleAfterValue": "100003", 3023c9c3157SIan Rogers "UMask": "0x1" 3033c9c3157SIan Rogers }, 3043c9c3157SIan Rogers { 3053c9c3157SIan Rogers "BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 3063c9c3157SIan Rogers "EventCode": "0XB7", 3073c9c3157SIan Rogers "EventName": "OCR.ALL_CODE_RD.L3_HIT.SNOOP_MISS", 3083c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3093c9c3157SIan Rogers "MSRValue": "0x2003C0044", 3103c9c3157SIan Rogers "SampleAfterValue": "100003", 3113c9c3157SIan Rogers "UMask": "0x1" 3123c9c3157SIan Rogers }, 3133c9c3157SIan Rogers { 3143c9c3157SIan Rogers "BriefDescription": "Counts all code reads that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 3153c9c3157SIan Rogers "EventCode": "0XB7", 3163c9c3157SIan Rogers "EventName": "OCR.ALL_CODE_RD.L3_HIT.SNOOP_NOT_NEEDED", 3173c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3183c9c3157SIan Rogers "MSRValue": "0x1003C0044", 3193c9c3157SIan Rogers "SampleAfterValue": "100003", 3203c9c3157SIan Rogers "UMask": "0x1" 3213c9c3157SIan Rogers }, 3223c9c3157SIan Rogers { 3233c9c3157SIan Rogers "BriefDescription": "Counts modified writebacks from L1 cache and L2 cache that were supplied by the L3 cache.", 3243c9c3157SIan Rogers "EventCode": "0XB7", 3253c9c3157SIan Rogers "EventName": "OCR.COREWB_M.L3_HIT", 3263c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3273c9c3157SIan Rogers "MSRValue": "0x3001F803C0000", 3283c9c3157SIan Rogers "SampleAfterValue": "100003", 3293c9c3157SIan Rogers "UMask": "0x1" 3303c9c3157SIan Rogers }, 3313c9c3157SIan Rogers { 3323c9c3157SIan Rogers "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache.", 3333c9c3157SIan Rogers "EventCode": "0XB7", 3343c9c3157SIan Rogers "EventName": "OCR.DEMAND_CODE_RD.L3_HIT", 3353c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3363c9c3157SIan Rogers "MSRValue": "0x1F803C0004", 3373c9c3157SIan Rogers "SampleAfterValue": "100003", 3383c9c3157SIan Rogers "UMask": "0x1" 3393c9c3157SIan Rogers }, 3403c9c3157SIan Rogers { 3413c9c3157SIan Rogers "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 3423c9c3157SIan Rogers "EventCode": "0XB7", 3433c9c3157SIan Rogers "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HITM", 3443c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3453c9c3157SIan Rogers "MSRValue": "0x10003C0004", 3463c9c3157SIan Rogers "SampleAfterValue": "100003", 3473c9c3157SIan Rogers "UMask": "0x1" 3483c9c3157SIan Rogers }, 3493c9c3157SIan Rogers { 3503c9c3157SIan Rogers "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 3513c9c3157SIan Rogers "EventCode": "0XB7", 3523c9c3157SIan Rogers "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HIT_NO_FWD", 3533c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3543c9c3157SIan Rogers "MSRValue": "0x4003C0004", 3553c9c3157SIan Rogers "SampleAfterValue": "100003", 3563c9c3157SIan Rogers "UMask": "0x1" 3573c9c3157SIan Rogers }, 3583c9c3157SIan Rogers { 3593c9c3157SIan Rogers "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 3603c9c3157SIan Rogers "EventCode": "0XB7", 3613c9c3157SIan Rogers "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HIT_WITH_FWD", 3623c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3633c9c3157SIan Rogers "MSRValue": "0x8003C0004", 3643c9c3157SIan Rogers "SampleAfterValue": "100003", 3653c9c3157SIan Rogers "UMask": "0x1" 3663c9c3157SIan Rogers }, 3673c9c3157SIan Rogers { 3683c9c3157SIan Rogers "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 3693c9c3157SIan Rogers "EventCode": "0XB7", 3703c9c3157SIan Rogers "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_MISS", 3713c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3723c9c3157SIan Rogers "MSRValue": "0x2003C0004", 3733c9c3157SIan Rogers "SampleAfterValue": "100003", 3743c9c3157SIan Rogers "UMask": "0x1" 3753c9c3157SIan Rogers }, 3763c9c3157SIan Rogers { 3773c9c3157SIan Rogers "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 3783c9c3157SIan Rogers "EventCode": "0XB7", 3793c9c3157SIan Rogers "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_NOT_NEEDED", 3803c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3813c9c3157SIan Rogers "MSRValue": "0x1003C0004", 3823c9c3157SIan Rogers "SampleAfterValue": "100003", 3833c9c3157SIan Rogers "UMask": "0x1" 3843c9c3157SIan Rogers }, 3853c9c3157SIan Rogers { 3863c9c3157SIan Rogers "BriefDescription": "Counts cacheable demand data reads, L1 data cache hardware prefetches and software prefetches (except PREFETCHW) that were supplied by the L3 cache.", 3873c9c3157SIan Rogers "EventCode": "0XB7", 3883c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT", 3893c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3903c9c3157SIan Rogers "MSRValue": "0x1F803C0001", 3913c9c3157SIan Rogers "SampleAfterValue": "100003", 3923c9c3157SIan Rogers "UMask": "0x1" 3933c9c3157SIan Rogers }, 3943c9c3157SIan Rogers { 3953c9c3157SIan Rogers "BriefDescription": "Counts cacheable demand data reads, L1 data cache hardware prefetches and software prefetches (except PREFETCHW) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 3963c9c3157SIan Rogers "EventCode": "0XB7", 3973c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_HITM", 3983c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 3993c9c3157SIan Rogers "MSRValue": "0x10003C0001", 4003c9c3157SIan Rogers "SampleAfterValue": "100003", 4013c9c3157SIan Rogers "UMask": "0x1" 4023c9c3157SIan Rogers }, 4033c9c3157SIan Rogers { 4043c9c3157SIan Rogers "BriefDescription": "Counts cacheable demand data reads, L1 data cache hardware prefetches and software prefetches (except PREFETCHW) that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 4053c9c3157SIan Rogers "EventCode": "0XB7", 4063c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_HIT_NO_FWD", 4073c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4083c9c3157SIan Rogers "MSRValue": "0x4003C0001", 4093c9c3157SIan Rogers "SampleAfterValue": "100003", 4103c9c3157SIan Rogers "UMask": "0x1" 4113c9c3157SIan Rogers }, 4123c9c3157SIan Rogers { 4133c9c3157SIan Rogers "BriefDescription": "Counts cacheable demand data reads, L1 data cache hardware prefetches and software prefetches (except PREFETCHW) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 4143c9c3157SIan Rogers "EventCode": "0XB7", 4153c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_HIT_WITH_FWD", 4163c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4173c9c3157SIan Rogers "MSRValue": "0x8003C0001", 4183c9c3157SIan Rogers "SampleAfterValue": "100003", 4193c9c3157SIan Rogers "UMask": "0x1" 4203c9c3157SIan Rogers }, 4213c9c3157SIan Rogers { 4223c9c3157SIan Rogers "BriefDescription": "Counts cacheable demand data reads, L1 data cache hardware prefetches and software prefetches (except PREFETCHW) that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 4233c9c3157SIan Rogers "EventCode": "0XB7", 4243c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_MISS", 4253c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4263c9c3157SIan Rogers "MSRValue": "0x2003C0001", 4273c9c3157SIan Rogers "SampleAfterValue": "100003", 4283c9c3157SIan Rogers "UMask": "0x1" 4293c9c3157SIan Rogers }, 4303c9c3157SIan Rogers { 4313c9c3157SIan Rogers "BriefDescription": "Counts cacheable demand data reads, L1 data cache hardware prefetches and software prefetches (except PREFETCHW) that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 4323c9c3157SIan Rogers "EventCode": "0XB7", 4333c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_NOT_NEEDED", 4343c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4353c9c3157SIan Rogers "MSRValue": "0x1003C0001", 4363c9c3157SIan Rogers "SampleAfterValue": "100003", 4373c9c3157SIan Rogers "UMask": "0x1" 4383c9c3157SIan Rogers }, 4393c9c3157SIan Rogers { 4403c9c3157SIan Rogers "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT", 441*27aebf37SIan Rogers "Deprecated": "1", 4423c9c3157SIan Rogers "EventCode": "0XB7", 4433c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_RD.L3_HIT", 4443c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4453c9c3157SIan Rogers "MSRValue": "0x1F803C0001", 4463c9c3157SIan Rogers "SampleAfterValue": "100003", 4473c9c3157SIan Rogers "UMask": "0x1" 4483c9c3157SIan Rogers }, 4493c9c3157SIan Rogers { 4503c9c3157SIan Rogers "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_HITM", 451*27aebf37SIan Rogers "Deprecated": "1", 4523c9c3157SIan Rogers "EventCode": "0XB7", 4533c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HITM", 4543c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4553c9c3157SIan Rogers "MSRValue": "0x10003C0001", 4563c9c3157SIan Rogers "SampleAfterValue": "100003", 4573c9c3157SIan Rogers "UMask": "0x1" 4583c9c3157SIan Rogers }, 4593c9c3157SIan Rogers { 4603c9c3157SIan Rogers "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_HIT_NO_FWD", 461*27aebf37SIan Rogers "Deprecated": "1", 4623c9c3157SIan Rogers "EventCode": "0XB7", 4633c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_NO_FWD", 4643c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4653c9c3157SIan Rogers "MSRValue": "0x4003C0001", 4663c9c3157SIan Rogers "SampleAfterValue": "100003", 4673c9c3157SIan Rogers "UMask": "0x1" 4683c9c3157SIan Rogers }, 4693c9c3157SIan Rogers { 4703c9c3157SIan Rogers "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_HIT_WITH_FWD", 471*27aebf37SIan Rogers "Deprecated": "1", 4723c9c3157SIan Rogers "EventCode": "0XB7", 4733c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD", 4743c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4753c9c3157SIan Rogers "MSRValue": "0x8003C0001", 4763c9c3157SIan Rogers "SampleAfterValue": "100003", 4773c9c3157SIan Rogers "UMask": "0x1" 4783c9c3157SIan Rogers }, 4793c9c3157SIan Rogers { 4803c9c3157SIan Rogers "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_MISS", 481*27aebf37SIan Rogers "Deprecated": "1", 4823c9c3157SIan Rogers "EventCode": "0XB7", 4833c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_MISS", 4843c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4853c9c3157SIan Rogers "MSRValue": "0x2003C0001", 4863c9c3157SIan Rogers "SampleAfterValue": "100003", 4873c9c3157SIan Rogers "UMask": "0x1" 4883c9c3157SIan Rogers }, 4893c9c3157SIan Rogers { 4903c9c3157SIan Rogers "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_AND_L1PF_RD.L3_HIT.SNOOP_NOT_NEEDED", 491*27aebf37SIan Rogers "Deprecated": "1", 4923c9c3157SIan Rogers "EventCode": "0XB7", 4933c9c3157SIan Rogers "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_NOT_NEEDED", 4943c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 4953c9c3157SIan Rogers "MSRValue": "0x1003C0001", 4963c9c3157SIan Rogers "SampleAfterValue": "100003", 4973c9c3157SIan Rogers "UMask": "0x1" 4983c9c3157SIan Rogers }, 4993c9c3157SIan Rogers { 5003c9c3157SIan Rogers "BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by the L3 cache.", 5013c9c3157SIan Rogers "EventCode": "0XB7", 5023c9c3157SIan Rogers "EventName": "OCR.DEMAND_RFO.L3_HIT", 5033c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5043c9c3157SIan Rogers "MSRValue": "0x1F803C0002", 5053c9c3157SIan Rogers "SampleAfterValue": "100003", 5063c9c3157SIan Rogers "UMask": "0x1" 5073c9c3157SIan Rogers }, 5083c9c3157SIan Rogers { 5093c9c3157SIan Rogers "BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 5103c9c3157SIan Rogers "EventCode": "0XB7", 5113c9c3157SIan Rogers "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_HITM", 5123c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5133c9c3157SIan Rogers "MSRValue": "0x10003C0002", 5143c9c3157SIan Rogers "SampleAfterValue": "100003", 5153c9c3157SIan Rogers "UMask": "0x1" 5163c9c3157SIan Rogers }, 5173c9c3157SIan Rogers { 5183c9c3157SIan Rogers "BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 5193c9c3157SIan Rogers "EventCode": "0XB7", 5203c9c3157SIan Rogers "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_HIT_NO_FWD", 5213c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5223c9c3157SIan Rogers "MSRValue": "0x4003C0002", 5233c9c3157SIan Rogers "SampleAfterValue": "100003", 5243c9c3157SIan Rogers "UMask": "0x1" 5253c9c3157SIan Rogers }, 5263c9c3157SIan Rogers { 5273c9c3157SIan Rogers "BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 5283c9c3157SIan Rogers "EventCode": "0XB7", 5293c9c3157SIan Rogers "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_HIT_WITH_FWD", 5303c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5313c9c3157SIan Rogers "MSRValue": "0x8003C0002", 5323c9c3157SIan Rogers "SampleAfterValue": "100003", 5333c9c3157SIan Rogers "UMask": "0x1" 5343c9c3157SIan Rogers }, 5353c9c3157SIan Rogers { 5363c9c3157SIan Rogers "BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 5373c9c3157SIan Rogers "EventCode": "0XB7", 5383c9c3157SIan Rogers "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_MISS", 5393c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5403c9c3157SIan Rogers "MSRValue": "0x2003C0002", 5413c9c3157SIan Rogers "SampleAfterValue": "100003", 5423c9c3157SIan Rogers "UMask": "0x1" 5433c9c3157SIan Rogers }, 5443c9c3157SIan Rogers { 5453c9c3157SIan Rogers "BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 5463c9c3157SIan Rogers "EventCode": "0XB7", 5473c9c3157SIan Rogers "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_NOT_NEEDED", 5483c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5493c9c3157SIan Rogers "MSRValue": "0x1003C0002", 5503c9c3157SIan Rogers "SampleAfterValue": "100003", 5513c9c3157SIan Rogers "UMask": "0x1" 5523c9c3157SIan Rogers }, 5533c9c3157SIan Rogers { 5543c9c3157SIan Rogers "BriefDescription": "Counts streaming stores which modify a full 64 byte cacheline that were supplied by the L3 cache.", 5553c9c3157SIan Rogers "EventCode": "0XB7", 5563c9c3157SIan Rogers "EventName": "OCR.FULL_STREAMING_WR.L3_HIT", 5573c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5583c9c3157SIan Rogers "MSRValue": "0x801F803C0000", 5593c9c3157SIan Rogers "SampleAfterValue": "100003", 5603c9c3157SIan Rogers "UMask": "0x1" 5613c9c3157SIan Rogers }, 5623c9c3157SIan Rogers { 5633c9c3157SIan Rogers "BriefDescription": "Counts L1 data cache hardware prefetches and software prefetches (except PREFETCHW and PFRFO) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 5643c9c3157SIan Rogers "EventCode": "0XB7", 5653c9c3157SIan Rogers "EventName": "OCR.HWPF_L1D_AND_SWPF.L3_HIT.SNOOP_HITM", 5663c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5673c9c3157SIan Rogers "MSRValue": "0x10003C0400", 5683c9c3157SIan Rogers "SampleAfterValue": "100003", 5693c9c3157SIan Rogers "UMask": "0x1" 5703c9c3157SIan Rogers }, 5713c9c3157SIan Rogers { 5723c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) that were supplied by the L3 cache.", 5733c9c3157SIan Rogers "EventCode": "0XB7", 5743c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_CODE_RD.L3_HIT", 5753c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5763c9c3157SIan Rogers "MSRValue": "0x1F803C0040", 5773c9c3157SIan Rogers "SampleAfterValue": "100003", 5783c9c3157SIan Rogers "UMask": "0x1" 5793c9c3157SIan Rogers }, 5803c9c3157SIan Rogers { 5813c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 5823c9c3157SIan Rogers "EventCode": "0XB7", 5833c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_CODE_RD.L3_HIT.SNOOP_HITM", 5843c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5853c9c3157SIan Rogers "MSRValue": "0x10003C0040", 5863c9c3157SIan Rogers "SampleAfterValue": "100003", 5873c9c3157SIan Rogers "UMask": "0x1" 5883c9c3157SIan Rogers }, 5893c9c3157SIan Rogers { 5903c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 5913c9c3157SIan Rogers "EventCode": "0XB7", 5923c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_CODE_RD.L3_HIT.SNOOP_HIT_NO_FWD", 5933c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 5943c9c3157SIan Rogers "MSRValue": "0x4003C0040", 5953c9c3157SIan Rogers "SampleAfterValue": "100003", 5963c9c3157SIan Rogers "UMask": "0x1" 5973c9c3157SIan Rogers }, 5983c9c3157SIan Rogers { 5993c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 6003c9c3157SIan Rogers "EventCode": "0XB7", 6013c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_CODE_RD.L3_HIT.SNOOP_HIT_WITH_FWD", 6023c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6033c9c3157SIan Rogers "MSRValue": "0x8003C0040", 6043c9c3157SIan Rogers "SampleAfterValue": "100003", 6053c9c3157SIan Rogers "UMask": "0x1" 6063c9c3157SIan Rogers }, 6073c9c3157SIan Rogers { 6083c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 6093c9c3157SIan Rogers "EventCode": "0XB7", 6103c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_CODE_RD.L3_HIT.SNOOP_MISS", 6113c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6123c9c3157SIan Rogers "MSRValue": "0x2003C0040", 6133c9c3157SIan Rogers "SampleAfterValue": "100003", 6143c9c3157SIan Rogers "UMask": "0x1" 6153c9c3157SIan Rogers }, 6163c9c3157SIan Rogers { 6173c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 6183c9c3157SIan Rogers "EventCode": "0XB7", 6193c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_CODE_RD.L3_HIT.SNOOP_NOT_NEEDED", 6203c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6213c9c3157SIan Rogers "MSRValue": "0x1003C0040", 6223c9c3157SIan Rogers "SampleAfterValue": "100003", 6233c9c3157SIan Rogers "UMask": "0x1" 6243c9c3157SIan Rogers }, 6253c9c3157SIan Rogers { 6263c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) that were supplied by the L3 cache.", 6273c9c3157SIan Rogers "EventCode": "0XB7", 6283c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT", 6293c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6303c9c3157SIan Rogers "MSRValue": "0x1F803C0010", 6313c9c3157SIan Rogers "SampleAfterValue": "100003", 6323c9c3157SIan Rogers "UMask": "0x1" 6333c9c3157SIan Rogers }, 6343c9c3157SIan Rogers { 6353c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 6363c9c3157SIan Rogers "EventCode": "0XB7", 6373c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_HITM", 6383c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6393c9c3157SIan Rogers "MSRValue": "0x10003C0010", 6403c9c3157SIan Rogers "SampleAfterValue": "100003", 6413c9c3157SIan Rogers "UMask": "0x1" 6423c9c3157SIan Rogers }, 6433c9c3157SIan Rogers { 6443c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 6453c9c3157SIan Rogers "EventCode": "0XB7", 6463c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_HIT_NO_FWD", 6473c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6483c9c3157SIan Rogers "MSRValue": "0x4003C0010", 6493c9c3157SIan Rogers "SampleAfterValue": "100003", 6503c9c3157SIan Rogers "UMask": "0x1" 6513c9c3157SIan Rogers }, 6523c9c3157SIan Rogers { 6533c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 6543c9c3157SIan Rogers "EventCode": "0XB7", 6553c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD", 6563c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6573c9c3157SIan Rogers "MSRValue": "0x8003C0010", 6583c9c3157SIan Rogers "SampleAfterValue": "100003", 6593c9c3157SIan Rogers "UMask": "0x1" 6603c9c3157SIan Rogers }, 6613c9c3157SIan Rogers { 6623c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 6633c9c3157SIan Rogers "EventCode": "0XB7", 6643c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_MISS", 6653c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6663c9c3157SIan Rogers "MSRValue": "0x2003C0010", 6673c9c3157SIan Rogers "SampleAfterValue": "100003", 6683c9c3157SIan Rogers "UMask": "0x1" 6693c9c3157SIan Rogers }, 6703c9c3157SIan Rogers { 6713c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 6723c9c3157SIan Rogers "EventCode": "0XB7", 6733c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_NOT_NEEDED", 6743c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6753c9c3157SIan Rogers "MSRValue": "0x1003C0010", 6763c9c3157SIan Rogers "SampleAfterValue": "100003", 6773c9c3157SIan Rogers "UMask": "0x1" 6783c9c3157SIan Rogers }, 6793c9c3157SIan Rogers { 6803c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch RFOs (written to the L2 cache only) that were supplied by the L3 cache.", 6813c9c3157SIan Rogers "EventCode": "0XB7", 6823c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_RFO.L3_HIT", 6833c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6843c9c3157SIan Rogers "MSRValue": "0x1F803C0020", 6853c9c3157SIan Rogers "SampleAfterValue": "100003", 6863c9c3157SIan Rogers "UMask": "0x1" 6873c9c3157SIan Rogers }, 6883c9c3157SIan Rogers { 6893c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch RFOs (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 6903c9c3157SIan Rogers "EventCode": "0XB7", 6913c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_HITM", 6923c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 6933c9c3157SIan Rogers "MSRValue": "0x10003C0020", 6943c9c3157SIan Rogers "SampleAfterValue": "100003", 6953c9c3157SIan Rogers "UMask": "0x1" 6963c9c3157SIan Rogers }, 6973c9c3157SIan Rogers { 6983c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch RFOs (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 6993c9c3157SIan Rogers "EventCode": "0XB7", 7003c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_HIT_NO_FWD", 7013c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7023c9c3157SIan Rogers "MSRValue": "0x4003C0020", 7033c9c3157SIan Rogers "SampleAfterValue": "100003", 7043c9c3157SIan Rogers "UMask": "0x1" 7053c9c3157SIan Rogers }, 7063c9c3157SIan Rogers { 7073c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch RFOs (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 7083c9c3157SIan Rogers "EventCode": "0XB7", 7093c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_HIT_WITH_FWD", 7103c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7113c9c3157SIan Rogers "MSRValue": "0x8003C0020", 7123c9c3157SIan Rogers "SampleAfterValue": "100003", 7133c9c3157SIan Rogers "UMask": "0x1" 7143c9c3157SIan Rogers }, 7153c9c3157SIan Rogers { 7163c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch RFOs (written to the L2 cache only) that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 7173c9c3157SIan Rogers "EventCode": "0XB7", 7183c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_MISS", 7193c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7203c9c3157SIan Rogers "MSRValue": "0x2003C0020", 7213c9c3157SIan Rogers "SampleAfterValue": "100003", 7223c9c3157SIan Rogers "UMask": "0x1" 7233c9c3157SIan Rogers }, 7243c9c3157SIan Rogers { 7253c9c3157SIan Rogers "BriefDescription": "Counts L2 cache hardware prefetch RFOs (written to the L2 cache only) that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 7263c9c3157SIan Rogers "EventCode": "0XB7", 7273c9c3157SIan Rogers "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_NOT_NEEDED", 7283c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7293c9c3157SIan Rogers "MSRValue": "0x1003C0020", 7303c9c3157SIan Rogers "SampleAfterValue": "100003", 7313c9c3157SIan Rogers "UMask": "0x1" 7323c9c3157SIan Rogers }, 7333c9c3157SIan Rogers { 7343c9c3157SIan Rogers "BriefDescription": "Counts modified writebacks from L1 cache that miss the L2 cache that were supplied by the L3 cache.", 7353c9c3157SIan Rogers "EventCode": "0XB7", 7363c9c3157SIan Rogers "EventName": "OCR.L1WB_M.L3_HIT", 7373c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7383c9c3157SIan Rogers "MSRValue": "0x1001F803C0000", 7393c9c3157SIan Rogers "SampleAfterValue": "100003", 7403c9c3157SIan Rogers "UMask": "0x1" 7413c9c3157SIan Rogers }, 7423c9c3157SIan Rogers { 7433c9c3157SIan Rogers "BriefDescription": "Counts modified writeBacks from L2 cache that miss the L3 cache that were supplied by the L3 cache.", 7443c9c3157SIan Rogers "EventCode": "0XB7", 7453c9c3157SIan Rogers "EventName": "OCR.L2WB_M.L3_HIT", 7463c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7473c9c3157SIan Rogers "MSRValue": "0x2001F803C0000", 7483c9c3157SIan Rogers "SampleAfterValue": "100003", 7493c9c3157SIan Rogers "UMask": "0x1" 7503c9c3157SIan Rogers }, 7513c9c3157SIan Rogers { 7523c9c3157SIan Rogers "BriefDescription": "Counts streaming stores which modify only part of a 64 byte cacheline that were supplied by the L3 cache.", 7533c9c3157SIan Rogers "EventCode": "0XB7", 7543c9c3157SIan Rogers "EventName": "OCR.PARTIAL_STREAMING_WR.L3_HIT", 7553c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7563c9c3157SIan Rogers "MSRValue": "0x401F803C0000", 7573c9c3157SIan Rogers "SampleAfterValue": "100003", 7583c9c3157SIan Rogers "UMask": "0x1" 7593c9c3157SIan Rogers }, 7603c9c3157SIan Rogers { 7613c9c3157SIan Rogers "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by the L3 cache.", 7623c9c3157SIan Rogers "EventCode": "0XB7", 7633c9c3157SIan Rogers "EventName": "OCR.READS_TO_CORE.L3_HIT", 7643c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7653c9c3157SIan Rogers "MSRValue": "0x1F803C0477", 7663c9c3157SIan Rogers "SampleAfterValue": "100003", 7673c9c3157SIan Rogers "UMask": "0x1" 7683c9c3157SIan Rogers }, 7693c9c3157SIan Rogers { 7703c9c3157SIan Rogers "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 7713c9c3157SIan Rogers "EventCode": "0XB7", 7723c9c3157SIan Rogers "EventName": "OCR.READS_TO_CORE.L3_HIT.SNOOP_HITM", 7733c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7743c9c3157SIan Rogers "MSRValue": "0x10003C0477", 7753c9c3157SIan Rogers "SampleAfterValue": "100003", 7763c9c3157SIan Rogers "UMask": "0x1" 7773c9c3157SIan Rogers }, 7783c9c3157SIan Rogers { 7793c9c3157SIan Rogers "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 7803c9c3157SIan Rogers "EventCode": "0XB7", 7813c9c3157SIan Rogers "EventName": "OCR.READS_TO_CORE.L3_HIT.SNOOP_HIT_NO_FWD", 7823c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7833c9c3157SIan Rogers "MSRValue": "0x4003C0477", 7843c9c3157SIan Rogers "SampleAfterValue": "100003", 7853c9c3157SIan Rogers "UMask": "0x1" 7863c9c3157SIan Rogers }, 7873c9c3157SIan Rogers { 7883c9c3157SIan Rogers "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 7893c9c3157SIan Rogers "EventCode": "0XB7", 7903c9c3157SIan Rogers "EventName": "OCR.READS_TO_CORE.L3_HIT.SNOOP_HIT_WITH_FWD", 7913c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 7923c9c3157SIan Rogers "MSRValue": "0x8003C0477", 7933c9c3157SIan Rogers "SampleAfterValue": "100003", 7943c9c3157SIan Rogers "UMask": "0x1" 7953c9c3157SIan Rogers }, 7963c9c3157SIan Rogers { 7973c9c3157SIan Rogers "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 7983c9c3157SIan Rogers "EventCode": "0XB7", 7993c9c3157SIan Rogers "EventName": "OCR.READS_TO_CORE.L3_HIT.SNOOP_MISS", 8003c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8013c9c3157SIan Rogers "MSRValue": "0x2003C0477", 8023c9c3157SIan Rogers "SampleAfterValue": "100003", 8033c9c3157SIan Rogers "UMask": "0x1" 8043c9c3157SIan Rogers }, 8053c9c3157SIan Rogers { 8063c9c3157SIan Rogers "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 8073c9c3157SIan Rogers "EventCode": "0XB7", 8083c9c3157SIan Rogers "EventName": "OCR.READS_TO_CORE.L3_HIT.SNOOP_NOT_NEEDED", 8093c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8103c9c3157SIan Rogers "MSRValue": "0x1003C0477", 8113c9c3157SIan Rogers "SampleAfterValue": "100003", 8123c9c3157SIan Rogers "UMask": "0x1" 8133c9c3157SIan Rogers }, 8143c9c3157SIan Rogers { 8153c9c3157SIan Rogers "BriefDescription": "Counts streaming stores that were supplied by the L3 cache.", 8163c9c3157SIan Rogers "EventCode": "0XB7", 8173c9c3157SIan Rogers "EventName": "OCR.STREAMING_WR.L3_HIT", 8183c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8193c9c3157SIan Rogers "MSRValue": "0x1F803C0800", 8203c9c3157SIan Rogers "SampleAfterValue": "100003", 8213c9c3157SIan Rogers "UMask": "0x1" 8223c9c3157SIan Rogers }, 8233c9c3157SIan Rogers { 8243c9c3157SIan Rogers "BriefDescription": "Counts uncached memory reads that were supplied by the L3 cache.", 8253c9c3157SIan Rogers "EventCode": "0XB7", 8263c9c3157SIan Rogers "EventName": "OCR.UC_RD.L3_HIT", 8273c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8283c9c3157SIan Rogers "MSRValue": "0x101F803C0000", 8293c9c3157SIan Rogers "SampleAfterValue": "100003", 8303c9c3157SIan Rogers "UMask": "0x1" 8313c9c3157SIan Rogers }, 8323c9c3157SIan Rogers { 8333c9c3157SIan Rogers "BriefDescription": "Counts uncached memory reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded.", 8343c9c3157SIan Rogers "EventCode": "0XB7", 8353c9c3157SIan Rogers "EventName": "OCR.UC_RD.L3_HIT.SNOOP_HITM", 8363c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8373c9c3157SIan Rogers "MSRValue": "0x1010003C0000", 8383c9c3157SIan Rogers "SampleAfterValue": "100003", 8393c9c3157SIan Rogers "UMask": "0x1" 8403c9c3157SIan Rogers }, 8413c9c3157SIan Rogers { 8423c9c3157SIan Rogers "BriefDescription": "Counts uncached memory reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded.", 8433c9c3157SIan Rogers "EventCode": "0XB7", 8443c9c3157SIan Rogers "EventName": "OCR.UC_RD.L3_HIT.SNOOP_HIT_NO_FWD", 8453c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8463c9c3157SIan Rogers "MSRValue": "0x1004003C0000", 8473c9c3157SIan Rogers "SampleAfterValue": "100003", 8483c9c3157SIan Rogers "UMask": "0x1" 8493c9c3157SIan Rogers }, 8503c9c3157SIan Rogers { 8513c9c3157SIan Rogers "BriefDescription": "Counts uncached memory reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded.", 8523c9c3157SIan Rogers "EventCode": "0XB7", 8533c9c3157SIan Rogers "EventName": "OCR.UC_RD.L3_HIT.SNOOP_HIT_WITH_FWD", 8543c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8553c9c3157SIan Rogers "MSRValue": "0x1008003C0000", 8563c9c3157SIan Rogers "SampleAfterValue": "100003", 8573c9c3157SIan Rogers "UMask": "0x1" 8583c9c3157SIan Rogers }, 8593c9c3157SIan Rogers { 8603c9c3157SIan Rogers "BriefDescription": "Counts uncached memory reads that were supplied by the L3 cache where a snoop was sent but the snoop missed.", 8613c9c3157SIan Rogers "EventCode": "0XB7", 8623c9c3157SIan Rogers "EventName": "OCR.UC_RD.L3_HIT.SNOOP_MISS", 8633c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8643c9c3157SIan Rogers "MSRValue": "0x1002003C0000", 8653c9c3157SIan Rogers "SampleAfterValue": "100003", 8663c9c3157SIan Rogers "UMask": "0x1" 8673c9c3157SIan Rogers }, 8683c9c3157SIan Rogers { 8693c9c3157SIan Rogers "BriefDescription": "Counts uncached memory reads that were supplied by the L3 cache where no snoop was needed to satisfy the request.", 8703c9c3157SIan Rogers "EventCode": "0XB7", 8713c9c3157SIan Rogers "EventName": "OCR.UC_RD.L3_HIT.SNOOP_NOT_NEEDED", 8723c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8733c9c3157SIan Rogers "MSRValue": "0x1001003C0000", 8743c9c3157SIan Rogers "SampleAfterValue": "100003", 8753c9c3157SIan Rogers "UMask": "0x1" 8763c9c3157SIan Rogers }, 8773c9c3157SIan Rogers { 8783c9c3157SIan Rogers "BriefDescription": "Counts uncached memory writes that were supplied by the L3 cache.", 8793c9c3157SIan Rogers "EventCode": "0XB7", 8803c9c3157SIan Rogers "EventName": "OCR.UC_WR.L3_HIT", 8813c9c3157SIan Rogers "MSRIndex": "0x1a6,0x1a7", 8823c9c3157SIan Rogers "MSRValue": "0x201F803C0000", 8833c9c3157SIan Rogers "SampleAfterValue": "100003", 8843c9c3157SIan Rogers "UMask": "0x1" 8853c9c3157SIan Rogers }, 8863c9c3157SIan Rogers { 887aa1bd892SJin Yao "BriefDescription": "Counts the number of issue slots every cycle that were not delivered by the frontend due to instruction cache misses.", 888aa1bd892SJin Yao "EventCode": "0x71", 889aa1bd892SJin Yao "EventName": "TOPDOWN_FE_BOUND.ICACHE", 890aa1bd892SJin Yao "SampleAfterValue": "1000003", 891aa1bd892SJin Yao "UMask": "0x20" 892aa1bd892SJin Yao } 893aa1bd892SJin Yao] 894