|
69 | 69 | "MetricName": "C9_Pkg_Residency",
|
70 | 70 | "ScaleUnit": "100%"
|
71 | 71 | },
|
72 |
| - { |
73 |
| - "BriefDescription": "Uncore frequency per die [GHZ]", |
74 |
| - "MetricExpr": "tma_info_system_socket_clks / #num_dies / duration_time / 1e9", |
75 |
| - "MetricGroup": "SoC", |
76 |
| - "MetricName": "UNCORE_FREQ" |
77 |
| - }, |
78 | 72 | {
|
79 | 73 | "BriefDescription": "Percentage of cycles spent in System Management Interrupts.",
|
80 | 74 | "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)",
|
|
809 | 803 | "ScaleUnit": "100%",
|
810 | 804 | "Unit": "cpu_atom"
|
811 | 805 | },
|
| 806 | + { |
| 807 | + "BriefDescription": "Uncore frequency per die [GHZ]", |
| 808 | + "MetricExpr": "tma_info_system_socket_clks / #num_dies / duration_time / 1e9", |
| 809 | + "MetricGroup": "SoC", |
| 810 | + "MetricName": "UNCORE_FREQ", |
| 811 | + "Unit": "cpu_core" |
| 812 | + }, |
812 | 813 | {
|
813 | 814 | "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution ports for ALU operations.",
|
814 | 815 | "MetricExpr": "(cpu_core@UOPS_DISPATCHED.PORT_0@ + cpu_core@UOPS_DISPATCHED.PORT_1@ + cpu_core@UOPS_DISPATCHED.PORT_5_11@ + cpu_core@UOPS_DISPATCHED.PORT_6@) / (5 * tma_info_core_core_clks)",
|
|
1838 | 1839 | },
|
1839 | 1840 | {
|
1840 | 1841 | "BriefDescription": "Average number of parallel data read requests to external memory",
|
1841 |
| - "MetricExpr": "UNC_ARB_DAT_OCCUPANCY.RD / cpu_core@UNC_ARB_DAT_OCCUPANCY.RD\\,cmask\\=1@", |
| 1842 | + "MetricExpr": "UNC_ARB_DAT_OCCUPANCY.RD / UNC_ARB_DAT_OCCUPANCY.RD@cmask\\=1@", |
1842 | 1843 | "MetricGroup": "Mem;MemoryBW;SoC",
|
1843 | 1844 | "MetricName": "tma_info_system_mem_parallel_reads",
|
1844 | 1845 | "PublicDescription": "Average number of parallel data read requests to external memory. Accounts for demand loads and L1/L2 prefetches",
|
|
0 commit comments