Hi Babu, On 7/25/25 11:29 AM, Babu Moger wrote: > When "mbm_event" counter assignment mode is enabled, the architecture > requires a counter ID to read the event data. > > Introduce an is_mbm_cntr field in struct rmid_read to indicate whether > counter assignment mode is in use. > > Update the logic to call resctrl_arch_cntr_read() and > resctrl_arch_reset_cntr() when the assignment mode is active. Report > 'Unassigned' in case the user attempts to read the event without assigning > a hardware counter. > > Declare mbm_cntr_get() in fs/resctrl/internal.h to make it accessible to > other functions within fs/resctrl.