Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metric corrections tma 5.01 #250

Merged
merged 8 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ADL/metrics/alderlake_metrics_goldencove_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -9841,7 +9841,7 @@
}
],
"Formula": "a < 0.7 & b / 6 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 6 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 6 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@
},
{
"BriefDescription": "Fraction of Physical Core issue-slots utilized by this Logical Processor",
"MetricExpr": "tma_info_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricExpr": "tma_info_thread_slots / ( slots / 2 ) if #SMT_on else 1",
"MetricGroup": "SMT;TmaL1;TopdownL1;tma_L1_group;Metric",
"MetricName": "tma_info_thread_slots_utilization"
},
Expand Down Expand Up @@ -1361,7 +1361,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 6 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 6 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion ARL/metrics/arrowlake_metrics_lioncove_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -8238,7 +8238,7 @@
}
],
"Formula": "a < 0.7 & b / 8 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 8 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 8 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 8 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 8 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion BDW/metrics/broadwell_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -5094,7 +5094,7 @@
}
],
"Formula": "a < 0.7 & b / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
Expand Down
2 changes: 1 addition & 1 deletion BDW/metrics/perf/broadwell_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( ( IDQ.DSB_UOPS + LSD.UOPS + IDQ.MITE_UOPS + IDQ.MS_UOPS ) )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 4 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion BDX/metrics/broadwellx_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -6156,7 +6156,7 @@
}
],
"Formula": "a < 0.7 & b / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
Expand Down
2 changes: 1 addition & 1 deletion BDX/metrics/perf/broadwellx_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( ( IDQ.DSB_UOPS + LSD.UOPS + IDQ.MITE_UOPS + IDQ.MS_UOPS ) )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 4 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion CLX/metrics/cascadelakex_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -10670,7 +10670,7 @@
}
],
"Formula": "a < 0.7 & b / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
Expand Down
2 changes: 1 addition & 1 deletion CLX/metrics/perf/cascadelakex_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( IDQ.DSB_UOPS + IDQ.MITE_UOPS + IDQ.MS_UOPS )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 4 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion EMR/metrics/emeraldrapids_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -11371,7 +11371,7 @@
}
],
"Formula": "a < 0.7 & b / 6 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 6 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 6 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
4 changes: 2 additions & 2 deletions EMR/metrics/perf/emeraldrapids_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@
},
{
"BriefDescription": "Fraction of Physical Core issue-slots utilized by this Logical Processor",
"MetricExpr": "tma_info_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricExpr": "tma_info_thread_slots / ( slots / 2 ) if #SMT_on else 1",
"MetricGroup": "SMT;TmaL1;TopdownL1;tma_L1_group;Metric",
"MetricName": "tma_info_thread_slots_utilization"
},
Expand Down Expand Up @@ -1714,7 +1714,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 6 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 6 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion GNR/metrics/graniterapids_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -11761,7 +11761,7 @@
}
],
"Formula": "a < 0.7 & b / 6 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 6 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 6 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
4 changes: 2 additions & 2 deletions GNR/metrics/perf/graniterapids_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@
},
{
"BriefDescription": "Fraction of Physical Core issue-slots utilized by this Logical Processor",
"MetricExpr": "tma_info_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricExpr": "tma_info_thread_slots / ( slots / 2 ) if #SMT_on else 1",
"MetricGroup": "SMT;TmaL1;TopdownL1;tma_L1_group;Metric",
"MetricName": "tma_info_thread_slots_utilization"
},
Expand Down Expand Up @@ -1771,7 +1771,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 6 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 6 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion HSW/metrics/haswell_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,7 @@
"Category": "TMA",
"CountDomain": "Metric",
"Threshold": {
"Formula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 4 > 0.35"
"Formula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35"
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
"MetricGroup": "DSB;Fed;FetchBW",
Expand Down
2 changes: 1 addition & 1 deletion HSW/metrics/perf/haswell_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( ( IDQ.DSB_UOPS + LSD.UOPS + IDQ.MITE_UOPS + IDQ.MS_UOPS ) )",
"MetricGroup": "DSB;Fed;FetchBW;Metric",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 4 > 0.35"
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35"
},
{
"BriefDescription": "Taken Branches retired Per Cycle",
Expand Down
2 changes: 1 addition & 1 deletion HSX/metrics/haswellx_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -5253,7 +5253,7 @@
}
],
"Formula": "a < 0.7 & b / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
Expand Down
2 changes: 1 addition & 1 deletion HSX/metrics/perf/haswellx_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( ( IDQ.DSB_UOPS + LSD.UOPS + IDQ.MITE_UOPS + IDQ.MS_UOPS ) )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 4 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion ICL/metrics/icelake_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -9696,7 +9696,7 @@
}
],
"Formula": "a < 0.7 & b / 5 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 5 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 5 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
4 changes: 2 additions & 2 deletions ICL/metrics/perf/icelake_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
},
{
"BriefDescription": "Fraction of Physical Core issue-slots utilized by this Logical Processor",
"MetricExpr": "tma_info_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricExpr": "tma_info_thread_slots / ( slots / 2 ) if #SMT_on else 1",
"MetricGroup": "SMT;TmaL1;TopdownL1;tma_L1_group;Metric",
"MetricName": "tma_info_thread_slots_utilization"
},
Expand Down Expand Up @@ -1302,7 +1302,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 5 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 5 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion ICX/metrics/icelakex_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -11012,7 +11012,7 @@
}
],
"Formula": "a < 0.7 & b / 5 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 5 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 5 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
4 changes: 2 additions & 2 deletions ICX/metrics/perf/icelakex_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@
},
{
"BriefDescription": "Fraction of Physical Core issue-slots utilized by this Logical Processor",
"MetricExpr": "tma_info_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricExpr": "tma_info_thread_slots / ( slots / 2 ) if #SMT_on else 1",
"MetricGroup": "SMT;TmaL1;TopdownL1;tma_L1_group;Metric",
"MetricName": "tma_info_thread_slots_utilization"
},
Expand Down Expand Up @@ -1656,7 +1656,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 5 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 5 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion LNL/metrics/lunarlake_metrics_lioncove_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -9332,7 +9332,7 @@
}
],
"Formula": "a < 0.7 & b / 8 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 8 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 8 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 8 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 8 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion MTL/metrics/meteorlake_metrics_redwoodcove_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -10205,7 +10205,7 @@
}
],
"Formula": "a < 0.7 & b / 6 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 6 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 6 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@
},
{
"BriefDescription": "Fraction of Physical Core issue-slots utilized by this Logical Processor",
"MetricExpr": "tma_info_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricExpr": "tma_info_thread_slots / ( slots / 2 ) if #SMT_on else 1",
"MetricGroup": "SMT;TmaL1;TopdownL1;tma_L1_group;Metric",
"MetricName": "tma_info_thread_slots_utilization"
},
Expand Down Expand Up @@ -1401,7 +1401,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 6 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 6 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
4 changes: 2 additions & 2 deletions RKL/metrics/perf/rocketlake_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
},
{
"BriefDescription": "Fraction of Physical Core issue-slots utilized by this Logical Processor",
"MetricExpr": "tma_info_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricExpr": "tma_info_thread_slots / ( slots / 2 ) if #SMT_on else 1",
"MetricGroup": "SMT;TmaL1;TopdownL1;tma_L1_group;Metric",
"MetricName": "tma_info_thread_slots_utilization"
},
Expand Down Expand Up @@ -1302,7 +1302,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( UOPS_ISSUED.ANY )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 5 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 5 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion RKL/metrics/rocketlake_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -9696,7 +9696,7 @@
}
],
"Formula": "a < 0.7 & b / 5 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 5 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 5 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "THREAD, CORE, SOCKET, SYSTEM",
Expand Down
2 changes: 1 addition & 1 deletion SKL/metrics/perf/skylake_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( IDQ.DSB_UOPS + IDQ.MITE_UOPS + IDQ.MS_UOPS )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 4 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion SKL/metrics/skylake_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -9181,7 +9181,7 @@
}
],
"Formula": "a < 0.7 & b / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
Expand Down
2 changes: 1 addition & 1 deletion SKX/metrics/perf/skylakex_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@
"MetricExpr": "IDQ.DSB_UOPS / ( IDQ.DSB_UOPS + IDQ.MITE_UOPS + IDQ.MS_UOPS )",
"MetricGroup": "DSB;Fed;FetchBW;Metric;tma_issueFB",
"MetricName": "tma_info_frontend_dsb_coverage",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & ipc / 4 > 0.35",
"MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_botlnk_l2_dsb_bandwidth, tma_info_botlnk_l2_dsb_misses, tma_info_inst_mix_iptb, tma_lcp."
},
{
Expand Down
2 changes: 1 addition & 1 deletion SKX/metrics/skylakex_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -10512,7 +10512,7 @@
}
],
"Formula": "a < 0.7 & b / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & IPC / 4 > 0.35",
"BaseFormula": "metric_TMA_Info_Frontend_DSB_Coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
"ThresholdIssues": "$issueFB"
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
Expand Down
Loading