|
649 | 649 | "EventCode": "0x28f",
|
650 | 650 | "BriefDescription": "Op cache accesses of all types.",
|
651 | 651 | "UMask": "0x07"
|
| 652 | + }, |
| 653 | + { |
| 654 | + "EventName": "l3_lookup_state.l3_miss", |
| 655 | + "EventCode": "0x04", |
| 656 | + "BriefDescription": "L3 cache misses.", |
| 657 | + "UMask": "0x01", |
| 658 | + "Unit": "L3PMC" |
| 659 | + }, |
| 660 | + { |
| 661 | + "EventName": "l3_lookup_state.l3_hit", |
| 662 | + "EventCode": "0x04", |
| 663 | + "BriefDescription": "L3 cache hits.", |
| 664 | + "UMask": "0xfe", |
| 665 | + "Unit": "L3PMC" |
| 666 | + }, |
| 667 | + { |
| 668 | + "EventName": "l3_lookup_state.all_coherent_accesses_to_l3", |
| 669 | + "EventCode": "0x04", |
| 670 | + "BriefDescription": "L3 cache requests for all coherent accesses.", |
| 671 | + "UMask": "0xff", |
| 672 | + "Unit": "L3PMC" |
| 673 | + }, |
| 674 | + { |
| 675 | + "EventName": "l3_xi_sampled_latency.dram_near", |
| 676 | + "EventCode": "0xac", |
| 677 | + "BriefDescription": "Average sampled latency when data is sourced from DRAM in the same NUMA node.", |
| 678 | + "UMask": "0x01", |
| 679 | + "Unit": "L3PMC" |
| 680 | + }, |
| 681 | + { |
| 682 | + "EventName": "l3_xi_sampled_latency.dram_far", |
| 683 | + "EventCode": "0xac", |
| 684 | + "BriefDescription": "Average sampled latency when data is sourced from DRAM in a different NUMA node.", |
| 685 | + "UMask": "0x02", |
| 686 | + "Unit": "L3PMC" |
| 687 | + }, |
| 688 | + { |
| 689 | + "EventName": "l3_xi_sampled_latency.near_cache", |
| 690 | + "EventCode": "0xac", |
| 691 | + "BriefDescription": "Average sampled latency when data is sourced from another CCX's cache when the address was in the same NUMA node.", |
| 692 | + "UMask": "0x04", |
| 693 | + "Unit": "L3PMC" |
| 694 | + }, |
| 695 | + { |
| 696 | + "EventName": "l3_xi_sampled_latency.far_cache", |
| 697 | + "EventCode": "0xac", |
| 698 | + "BriefDescription": "Average sampled latency when data is sourced from another CCX's cache when the address was in a different NUMA node.", |
| 699 | + "UMask": "0x08", |
| 700 | + "Unit": "L3PMC" |
| 701 | + }, |
| 702 | + { |
| 703 | + "EventName": "l3_xi_sampled_latency.ext_near", |
| 704 | + "EventCode": "0xac", |
| 705 | + "BriefDescription": "Average sampled latency when data is sourced from extension memory (CXL) in the same NUMA node.", |
| 706 | + "UMask": "0x10", |
| 707 | + "Unit": "L3PMC" |
| 708 | + }, |
| 709 | + { |
| 710 | + "EventName": "l3_xi_sampled_latency.ext_far", |
| 711 | + "EventCode": "0xac", |
| 712 | + "BriefDescription": "Average sampled latency when data is sourced from extension memory (CXL) in a different NUMA node.", |
| 713 | + "UMask": "0x20", |
| 714 | + "Unit": "L3PMC" |
| 715 | + }, |
| 716 | + { |
| 717 | + "EventName": "l3_xi_sampled_latency.all", |
| 718 | + "EventCode": "0xac", |
| 719 | + "BriefDescription": "Average sampled latency from all data sources.", |
| 720 | + "UMask": "0x3f", |
| 721 | + "Unit": "L3PMC" |
| 722 | + }, |
| 723 | + { |
| 724 | + "EventName": "l3_xi_sampled_latency_requests.dram_near", |
| 725 | + "EventCode": "0xad", |
| 726 | + "BriefDescription": "L3 cache fill requests sourced from DRAM in the same NUMA node.", |
| 727 | + "UMask": "0x01", |
| 728 | + "Unit": "L3PMC" |
| 729 | + }, |
| 730 | + { |
| 731 | + "EventName": "l3_xi_sampled_latency_requests.dram_far", |
| 732 | + "EventCode": "0xad", |
| 733 | + "BriefDescription": "L3 cache fill requests sourced from DRAM in a different NUMA node.", |
| 734 | + "UMask": "0x02", |
| 735 | + "Unit": "L3PMC" |
| 736 | + }, |
| 737 | + { |
| 738 | + "EventName": "l3_xi_sampled_latency_requests.near_cache", |
| 739 | + "EventCode": "0xad", |
| 740 | + "BriefDescription": "L3 cache fill requests sourced from another CCX's cache when the address was in the same NUMA node.", |
| 741 | + "UMask": "0x04", |
| 742 | + "Unit": "L3PMC" |
| 743 | + }, |
| 744 | + { |
| 745 | + "EventName": "l3_xi_sampled_latency_requests.far_cache", |
| 746 | + "EventCode": "0xad", |
| 747 | + "BriefDescription": "L3 cache fill requests sourced from another CCX's cache when the address was in a different NUMA node.", |
| 748 | + "UMask": "0x08", |
| 749 | + "Unit": "L3PMC" |
| 750 | + }, |
| 751 | + { |
| 752 | + "EventName": "l3_xi_sampled_latency_requests.ext_near", |
| 753 | + "EventCode": "0xad", |
| 754 | + "BriefDescription": "L3 cache fill requests sourced from extension memory (CXL) in the same NUMA node.", |
| 755 | + "UMask": "0x10", |
| 756 | + "Unit": "L3PMC" |
| 757 | + }, |
| 758 | + { |
| 759 | + "EventName": "l3_xi_sampled_latency_requests.ext_far", |
| 760 | + "EventCode": "0xad", |
| 761 | + "BriefDescription": "L3 cache fill requests sourced from extension memory (CXL) in a different NUMA node.", |
| 762 | + "UMask": "0x20", |
| 763 | + "Unit": "L3PMC" |
| 764 | + }, |
| 765 | + { |
| 766 | + "EventName": "l3_xi_sampled_latency_requests.all", |
| 767 | + "EventCode": "0xad", |
| 768 | + "BriefDescription": "L3 cache fill requests sourced from all data sources.", |
| 769 | + "UMask": "0x3f", |
| 770 | + "Unit": "L3PMC" |
652 | 771 | }
|
653 | 772 | ]
|
0 commit comments