Searched refs:mon_info (Results 1 – 1 of 1) sorted by relevance
1717 static void mondata_config_read(struct resctrl_mon_config_info *mon_info) in mondata_config_read() argument1719 smp_call_function_any(&mon_info->d->hdr.cpu_mask, in mondata_config_read()1720 resctrl_arch_mon_event_config_read, mon_info, 1); in mondata_config_read()1725 struct resctrl_mon_config_info mon_info; in mbm_config_show() local1736 memset(&mon_info, 0, sizeof(struct resctrl_mon_config_info)); in mbm_config_show()1737 mon_info.r = r; in mbm_config_show()1738 mon_info.d = dom; in mbm_config_show()1739 mon_info.evtid = evtid; in mbm_config_show()1740 mondata_config_read(&mon_info); in mbm_config_show()1742 seq_printf(s, "%d=0x%02x", dom->hdr.id, mon_info.mon_config); in mbm_config_show()[all …]