Skip to content

Commit

Permalink
Merge pull request #101 from captain5050/main
Browse files Browse the repository at this point in the history
Fix format used for Skylake UNC_ARB_TRK_OCCUPANCY.DATA_READ:c1
  • Loading branch information
kliang2 authored Aug 30, 2023
2 parents 3c273e2 + 1f5a4f9 commit 3aba5b8
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 3aba5b8

Please sign in to comment.