From 0367f1b8120737c80429b774a98032c828060b30 Mon Sep 17 00:00:00 2001 From: Ed Baker Date: Wed, 4 Dec 2024 14:25:50 -0700 Subject: [PATCH] create_perf_json: Add pcu_0 to event check ignores This commit is a quick follow-up to metrics added in https://github.com/intel/perfmon/pull/250 . Ignores handle equations such as the following. cbox_0@event\=0x0@ cha_0@event\=0x0@ imc_0@event\=0x0@ pcu_0@UNC_P_CLOCKTICKS@ --- scripts/create_perf_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_perf_json.py b/scripts/create_perf_json.py index 66c5c15b..509b689e 100755 --- a/scripts/create_perf_json.py +++ b/scripts/create_perf_json.py @@ -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\\-'):