[perfmon2] Intel SPR: Missing EXE_ACTIVITY.EXE_BOUND_0_PORTS and EXE_ACTIVITY.2_3_PORTS_UTIL events
Status: Beta
Brought to you by:
seranian
From: laksono <la...@gm...> - 2025-07-21 17:51:31
|
Hi It looks like the master branch of `lib/events/intel_spr_events.h` doesn't include umasks for EXE_ACTIVITY.EXE_BOUND_0_PORTS and EXE_ACTIVITY.2_3_PORTS_UTIL. These events are specified in Intel SPR JSON file https://github.com/intel/perfmon/blob/main/SPR/events/sapphirerapids_core.json : "EventCode": "0xa6", "UMask": "0x80", "EventName": "EXE_ACTIVITY.EXE_BOUND_0_PORTS", ... "EventCode": "0xa6", "UMask": "0xC", "EventName": "EXE_ACTIVITY.2_3_PORTS_UTIL", Is it possible to include the missing umasks in `intel_spr_exe_activity`? We need these events to create Intel TMA metrics. Regards, Laksono Adhianto |