Skip to content

Commit

Permalink
Merge pull request intel#256 from edwarddavidbaker/create-perf-json-fix
Browse files Browse the repository at this point in the history
create_perf_json: Add pcu_0 to event check ignores
  • Loading branch information
edwarddavidbaker authored Dec 6, 2024
2 parents b3d89ef + 0367f1b commit 01f6691
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 @@ -731,7 +731,7 @@ def save_form(self, name: str, group: str, form: str, desc: str, locate: str,
'num_packages', 'num_cores', 'SYSTEM_TSC_FREQ',
'filter_tid', 'TSC', 'cha', 'config1',
'source_count', 'slots', 'thresh', 'has_pmem',
'num_dies', 'num_cpus_online', 'PEBS', 'R',
'num_dies', 'num_cpus_online', 'PEBS', 'pcu_0', 'R',
'offcore_rsp']:
continue
if v.startswith('tma_') or v.startswith('topdown\\-'):
Expand Down

0 comments on commit 01f6691

Please sign in to comment.