Skip to content

Commit

Permalink
Fix format used for Skylake UNC_ARB_TRK_OCCUPANCY.DATA_READ:c1
Browse files Browse the repository at this point in the history
uncore_arb on Skylake has no thresh format, it should use cmask. This
confusion creeps in because on SkylakeX uncore_cha is used instead of
uncore_arb, uncore_cha having a thresh format.
  • Loading branch information
captain5050 committed Aug 30, 2023
1 parent 3c273e2 commit 1f5a4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_perf_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ def fixup(form: str) -> str:
'RKL': td_event_fixups,
'SKL': [
('UNC_ARB_TRK_OCCUPANCY.DATA_READ:c1',
'UNC_ARB_TRK_OCCUPANCY.DATA_READ@thresh\=1@'),
'UNC_ARB_TRK_OCCUPANCY.DATA_READ@cmask\=1@'),
],
'SKX': [
('UNC_M_CLOCKTICKS:one_unit', 'imc_0@event\=0x0@'),
Expand Down

0 comments on commit 1f5a4f9

Please sign in to comment.