Symbol: resctrl_is_mon_event_enabled
arch/x86/kernel/cpu/resctrl/core.c
437
if (!resctrl_is_mon_event_enabled(eventid))
arch/x86/kernel/cpu/resctrl/monitor.c
205
if (!resctrl_is_mon_event_enabled(eventid))
fs/resctrl/ctrlmondata.c
481
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/ctrlmondata.c
486
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID))
fs/resctrl/monitor.c
1157
if (!resctrl_is_mon_event_enabled(evt))
fs/resctrl/monitor.c
1266
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID))
fs/resctrl/monitor.c
1270
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1324
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID))
fs/resctrl/monitor.c
1328
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1535
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID))
fs/resctrl/monitor.c
1537
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1889
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1891
else if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID))
fs/resctrl/monitor.c
1895
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID))
fs/resctrl/monitor.c
1897
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
348
if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID))
fs/resctrl/monitor.c
786
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID))
fs/resctrl/monitor.c
789
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/rdtgroup.c
129
return (resctrl_is_mon_event_enabled(QOS_L3_MBM_TOTAL_EVENT_ID) ||
fs/resctrl/rdtgroup.c
130
resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID));
fs/resctrl/rdtgroup.c
196
resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) {
fs/resctrl/rdtgroup.c
4366
if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID) && has_busy_rmid(d)) {
fs/resctrl/rdtgroup.c
4410
if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID)) {
fs/resctrl/rdtgroup.c
4417
if (!resctrl_is_mon_event_enabled(eventid))
fs/resctrl/rdtgroup.c
4483
if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID))
fs/resctrl/rdtgroup.c
4560
if (resctrl_is_mon_event_enabled(QOS_L3_OCCUP_EVENT_ID) &&
include/linux/resctrl.h
424
bool resctrl_is_mon_event_enabled(enum resctrl_event_id eventid);