Hi Stephane, On 3/20/23 15:59, Stephane Eranian wrote: > On Thu, Mar 2, 2023 at 3:25 PM Babu Moger <babu.moger@xxxxxxx> wrote: >> >> When a user creates a control or monitor group, the CLOSID or RMID >> are not visible to the user. These are architecturally defined entities. >> There is no harm in displaying these in resctrl groups. Sometimes it >> can help to debug the issues. >> >> Add CLOSID and RMID to the control/monitor groups display in resctrl >> interface. >> >> $cat /sys/fs/resctrl/clos1/closid >> 1 >> $cat /sys/fs/resctrl/mon_groups/mon1/rmid >> 3 >> > Is the intent here to be x86 specific? > How would that work on ARM? > Shouldn't we be using more generic names such as monitoring_id, control_id? Yes. We can do that. Thanks Babu