Home
last modified time | relevance | path

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

/linux/fs/resctrl/
H A Dmonitor.c341 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) in free_rmid()
779 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID)) in mbm_update()
782 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID)) in mbm_update()
1013 bool resctrl_is_mon_event_enabled(enum resctrl_event_id eventid) in resctrl_is_mon_event_enabled() function
1150 if (!resctrl_is_mon_event_enabled(evt)) in resctrl_reset_rmid_all()
1256 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID)) in rdtgroup_assign_cntrs()
1260 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID)) in rdtgroup_assign_cntrs()
1314 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID)) in rdtgroup_unassign_cntrs()
1318 if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID)) in rdtgroup_unassign_cntrs()
1514 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()
4331 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID) && has_busy_rmid(d)) { in resctrl_offline_mon_domain()
4375 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) { in domain_setup_l3_mon_state()
4382 if (!resctrl_is_mon_event_enabled(eventid)) in domain_setup_l3_mon_state()
4448 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) in resctrl_online_mon_domain()
4525 if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID) && in resctrl_offline_cpu()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c204 if (!resctrl_is_mon_event_enabled(eventid)) in resctrl_arch_reset_rmid_all()
H A Dcore.c436 if (!resctrl_is_mon_event_enabled(eventid)) in l3_mon_domain_mbm_alloc()