|
1524 | 1524 | "EventName": "L2D_CACHE_REFILL_PRFM", |
1525 | 1525 | "BriefDescription": "Level 2 data cache refill, software preload" |
1526 | 1526 | }, |
| 1527 | + { |
| 1528 | + "EventCode": "0x8150", |
| 1529 | + "EventName": "L3D_CACHE_RW", |
| 1530 | + "BriefDescription": "Level 3 data cache demand access." |
| 1531 | + }, |
| 1532 | + { |
| 1533 | + "EventCode": "0x8151", |
| 1534 | + "EventName": "L3D_CACHE_PRFM", |
| 1535 | + "BriefDescription": "Level 3 data cache software prefetch" |
| 1536 | + }, |
1527 | 1537 | { |
1528 | 1538 | "EventCode": "0x8152", |
1529 | 1539 | "EventName": "L3D_CACHE_MISS", |
1530 | 1540 | "BriefDescription": "Level 3 data cache demand access miss" |
1531 | 1541 | }, |
| 1542 | + { |
| 1543 | + "EventCode": "0x8153", |
| 1544 | + "EventName": "L3D_CACHE_REFILL_PRFM", |
| 1545 | + "BriefDescription": "Level 3 data cache refill, software prefetch." |
| 1546 | + }, |
1532 | 1547 | { |
1533 | 1548 | "EventCode": "0x8154", |
1534 | 1549 | "EventName": "L1D_CACHE_HWPRF", |
|
1539 | 1554 | "EventName": "L2D_CACHE_HWPRF", |
1540 | 1555 | "BriefDescription": "Level 2 data cache hardware prefetch." |
1541 | 1556 | }, |
| 1557 | + { |
| 1558 | + "EventCode": "0x8156", |
| 1559 | + "EventName": "L3D_CACHE_HWPRF", |
| 1560 | + "BriefDescription": "Level 3 data cache hardware prefetch." |
| 1561 | + }, |
1542 | 1562 | { |
1543 | 1563 | "EventCode": "0x8158", |
1544 | 1564 | "EventName": "STALL_FRONTEND_MEMBOUND", |
|
1694 | 1714 | "EventName": "L2D_CACHE_REFILL_HWPRF", |
1695 | 1715 | "BriefDescription": "Level 2 data cache refill, hardware prefetch." |
1696 | 1716 | }, |
| 1717 | + { |
| 1718 | + "EventCode": "0x81BE", |
| 1719 | + "EventName": "L3D_CACHE_REFILL_HWPRF", |
| 1720 | + "BriefDescription": "Level 3 data cache refill, hardware prefetch." |
| 1721 | + }, |
1697 | 1722 | { |
1698 | 1723 | "EventCode": "0x81C0", |
1699 | 1724 | "EventName": "L1I_CACHE_HIT_RD", |
|
1724 | 1749 | "EventName": "L1I_CACHE_HIT_RD_FPRFM", |
1725 | 1750 | "BriefDescription": "Level 1 instruction cache demand fetch first hit, fetched by software preload" |
1726 | 1751 | }, |
| 1752 | + { |
| 1753 | + "EventCode": "0x81DC", |
| 1754 | + "EventName": "L1D_CACHE_HIT_RW_FPRFM", |
| 1755 | + "BriefDescription": "Level 1 data cache demand access first hit, fetched by software prefetch." |
| 1756 | + }, |
1727 | 1757 | { |
1728 | 1758 | "EventCode": "0x81E0", |
1729 | 1759 | "EventName": "L1I_CACHE_HIT_RD_FHWPRF", |
1730 | 1760 | "BriefDescription": "Level 1 instruction cache demand fetch first hit, fetched by hardware prefetcher" |
1731 | 1761 | }, |
| 1762 | + { |
| 1763 | + "EventCode": "0x81EC", |
| 1764 | + "EventName": "L1D_CACHE_HIT_RW_FHWPRF", |
| 1765 | + "BriefDescription": "Level 1 data cache demand access first hit, fetched by hardware prefetcher." |
| 1766 | + }, |
| 1767 | + { |
| 1768 | + "EventCode": "0x81F0", |
| 1769 | + "EventName": "L1I_CACHE_HIT_RD_FPRF", |
| 1770 | + "BriefDescription": "Level 1 instruction cache demand fetch first hit, fetched by prefetch." |
| 1771 | + }, |
| 1772 | + { |
| 1773 | + "EventCode": "0x81FC", |
| 1774 | + "EventName": "L1D_CACHE_HIT_RW_FPRF", |
| 1775 | + "BriefDescription": "Level 1 data cache demand access first hit, fetched by prefetch." |
| 1776 | + }, |
1732 | 1777 | { |
1733 | 1778 | "EventCode": "0x8200", |
1734 | 1779 | "EventName": "L1I_CACHE_HIT", |
|
1779 | 1824 | "EventName": "L1I_LFB_HIT_RD_FPRFM", |
1780 | 1825 | "BriefDescription": "Level 1 instruction cache demand fetch line-fill buffer first hit, recently fetched by software preload" |
1781 | 1826 | }, |
| 1827 | + { |
| 1828 | + "EventCode": "0x825C", |
| 1829 | + "EventName": "L1D_LFB_HIT_RW_FPRFM", |
| 1830 | + "BriefDescription": "Level 1 data cache demand access line-fill buffer first hit, recently fetched by software prefetch." |
| 1831 | + }, |
1782 | 1832 | { |
1783 | 1833 | "EventCode": "0x8260", |
1784 | 1834 | "EventName": "L1I_LFB_HIT_RD_FHWPRF", |
1785 | 1835 | "BriefDescription": "Level 1 instruction cache demand fetch line-fill buffer first hit, recently fetched by hardware prefetcher" |
1786 | 1836 | }, |
| 1837 | + { |
| 1838 | + "EventCode": "0x826C", |
| 1839 | + "EventName": "L1D_LFB_HIT_RW_FHWPRF", |
| 1840 | + "BriefDescription": "Level 1 data cache demand access line-fill buffer first hit, recently fetched by hardware prefetcher." |
| 1841 | + }, |
| 1842 | + { |
| 1843 | + "EventCode": "0x827C", |
| 1844 | + "EventName": "L1D_LFB_HIT_RW_FPRF", |
| 1845 | + "BriefDescription": "Level 1 data cache demand access line-fill buffer first hit, recently fetched by prefetch." |
| 1846 | + }, |
1787 | 1847 | { |
1788 | 1848 | "EventCode": "0x8280", |
1789 | 1849 | "EventName": "L1I_CACHE_PRF", |
|
1819 | 1879 | "EventName": "LL_CACHE_REFILL", |
1820 | 1880 | "BriefDescription": "Last level cache refill" |
1821 | 1881 | }, |
| 1882 | + { |
| 1883 | + "EventCode": "0x828E", |
| 1884 | + "EventName": "L3D_CACHE_REFILL_PRF", |
| 1885 | + "BriefDescription": "Level 3 data cache refill, prefetch." |
| 1886 | + }, |
1822 | 1887 | { |
1823 | 1888 | "EventCode": "0x8320", |
1824 | 1889 | "EventName": "L1D_CACHE_REFILL_PERCYC", |
|
1884 | 1949 | "EventName": "FP_FP8_MIN_SPEC", |
1885 | 1950 | "BriefDescription": "Floating-point operation speculatively_executed, smallest type is 8-bit floating-point." |
1886 | 1951 | }, |
| 1952 | + { |
| 1953 | + "EventCode": "0x8480", |
| 1954 | + "EventName": "FP_SP_FIXED_MIN_OPS_SPEC", |
| 1955 | + "BriefDescription": "Non-scalable element arithmetic operations speculatively executed, smallest type is single-precision floating-point." |
| 1956 | + }, |
| 1957 | + { |
| 1958 | + "EventCode": "0x8482", |
| 1959 | + "EventName": "FP_HP_FIXED_MIN_OPS_SPEC", |
| 1960 | + "BriefDescription": "Non-scalable element arithmetic operations speculatively executed, smallest type is half-precision floating-point." |
| 1961 | + }, |
1887 | 1962 | { |
1888 | 1963 | "EventCode": "0x8483", |
1889 | 1964 | "EventName": "FP_BF16_FIXED_MIN_OPS_SPEC", |
|
1894 | 1969 | "EventName": "FP_FP8_FIXED_MIN_OPS_SPEC", |
1895 | 1970 | "BriefDescription": "Non-scalable element arithmetic operations speculatively executed, smallest type is 8-bit floating-point." |
1896 | 1971 | }, |
| 1972 | + { |
| 1973 | + "EventCode": "0x8488", |
| 1974 | + "EventName": "FP_SP_SCALE_MIN_OPS_SPEC", |
| 1975 | + "BriefDescription": "Scalable element arithmetic operations speculatively executed, smallest type is single-precision floating-point." |
| 1976 | + }, |
| 1977 | + { |
| 1978 | + "EventCode": "0x848A", |
| 1979 | + "EventName": "FP_HP_SCALE_MIN_OPS_SPEC", |
| 1980 | + "BriefDescription": "Scalable element arithmetic operations speculatively executed, smallest type is half-precision floating-point." |
| 1981 | + }, |
1897 | 1982 | { |
1898 | 1983 | "EventCode": "0x848B", |
1899 | 1984 | "EventName": "FP_BF16_SCALE_MIN_OPS_SPEC", |
|
0 commit comments