Home
last modified time | relevance | path

Searched refs:resctrl_is_mon_event_enabled (Results 1 – 3 of 3) sorted by relevance

/linux/fs/resctrl/
H A Dmonitor.c348 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) in free_rmid()
804 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID)) in mbm_update()
807 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID)) in mbm_update()
1069 bool resctrl_is_mon_event_enabled(enum resctrl_event_id eventid) in resctrl_is_mon_event_enabled() function
1211 if (!resctrl_is_mon_event_enabled(evt)) in resctrl_reset_rmid_all()
1320 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID)) in rdtgroup_assign_cntrs()
1324 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID)) in rdtgroup_assign_cntrs()
1378 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID)) in rdtgroup_unassign_cntrs()
1382 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID)) in rdtgroup_unassign_cntrs()
1595 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID)) in resctrl_mbm_assign_mode_write()
[all …]
H A Drdtgroup.c127 return (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID) || in resctrl_is_mbm_enabled()
128 resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID)); in resctrl_is_mbm_enabled()
194 resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) { in closid_alloc()
4566 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) in resctrl_offline_mon_domain()
4586 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID) && has_busy_rmid(d)) { in resctrl_offline_mon_domain()
4629 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) { in domain_setup_l3_mon_state()
4636 if (!resctrl_is_mon_event_enabled(eventid)) in domain_setup_l3_mon_state()
4702 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) in resctrl_online_mon_domain()
4781 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID) && in resctrl_offline_cpu()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c205 if (!resctrl_is_mon_event_enabled(eventid)) in resctrl_arch_reset_rmid_all()