Skip to content

Commit

Permalink
Fix for missing event translation
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbiggers committed May 22, 2024
1 parent 435cf62 commit f7fe301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GRR/metrics/perf/grandridge_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
},
{
"BriefDescription": "Instructions per Far Branch ( Far Branches apply upon transition from application to operating system, handling interrupts, exceptions) [lower number means higher occurrence rate]",
"MetricExpr": "INST_RETIRED.ANY / cpu@BR_INST_RETIRED.FAR_BRANCH@",
"MetricExpr": "INST_RETIRED.ANY / BR_INST_RETIRED.FAR_BRANCH:u",
"MetricGroup": "",
"MetricName": "tma_info_br_inst_mix_ipfarbranch"
},
Expand Down
2 changes: 1 addition & 1 deletion SRF/metrics/perf/sierraforest_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
},
{
"BriefDescription": "Instructions per Far Branch ( Far Branches apply upon transition from application to operating system, handling interrupts, exceptions) [lower number means higher occurrence rate]",
"MetricExpr": "INST_RETIRED.ANY / cpu@BR_INST_RETIRED.FAR_BRANCH@",
"MetricExpr": "INST_RETIRED.ANY / BR_INST_RETIRED.FAR_BRANCH:u",
"MetricGroup": "",
"MetricName": "tma_info_br_inst_mix_ipfarbranch"
},
Expand Down

0 comments on commit f7fe301

Please sign in to comment.