Symbol: QOS_L3_MBM_LOCAL_EVENT_ID
arch/x86/kernel/cpu/resctrl/core.c
888
case QOS_L3_MBM_LOCAL_EVENT_ID:
arch/x86/kernel/cpu/resctrl/core.c
976
resctrl_enable_mon_event(QOS_L3_MBM_LOCAL_EVENT_ID, false, 0, NULL);
arch/x86/kernel/cpu/resctrl/rdtgroup.c
80
case QOS_L3_MBM_LOCAL_EVENT_ID:
fs/resctrl/ctrlmondata.c
481
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/ctrlmondata.c
482
rdtgrp->mba_mbps_event = QOS_L3_MBM_LOCAL_EVENT_ID;
fs/resctrl/ctrlmondata.c
512
case QOS_L3_MBM_LOCAL_EVENT_ID:
fs/resctrl/monitor.c
1260
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1262
&mon_event_all[QOS_L3_MBM_LOCAL_EVENT_ID]);
fs/resctrl/monitor.c
1318
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1320
&mon_event_all[QOS_L3_MBM_LOCAL_EVENT_ID]);
fs/resctrl/monitor.c
1516
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1517
mon_event_all[QOS_L3_MBM_LOCAL_EVENT_ID].evt_cfg = r->mon.mbm_cfg_mask &
fs/resctrl/monitor.c
1862
if (resctrl_arch_is_evt_configurable(QOS_L3_MBM_LOCAL_EVENT_ID)) {
fs/resctrl/monitor.c
1863
mon_event_all[QOS_L3_MBM_LOCAL_EVENT_ID].configurable = true;
fs/resctrl/monitor.c
1868
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1869
mba_mbps_default_event = QOS_L3_MBM_LOCAL_EVENT_ID;
fs/resctrl/monitor.c
1876
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
1877
mon_event_all[QOS_L3_MBM_LOCAL_EVENT_ID].evt_cfg = r->mon.mbm_cfg_mask &
fs/resctrl/monitor.c
782
if (resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID))
fs/resctrl/monitor.c
783
mbm_update_one_event(r, d, rdtgrp, QOS_L3_MBM_LOCAL_EVENT_ID);
fs/resctrl/monitor.c
978
MON_EVENT(QOS_L3_MBM_LOCAL_EVENT_ID, "mbm_local_bytes", RDT_RESOURCE_L3, false),
fs/resctrl/rdtgroup.c
128
resctrl_is_mon_event_enabled(QOS_L3_MBM_LOCAL_EVENT_ID));
fs/resctrl/rdtgroup.c
1686
mbm_config_show(seq, r, QOS_L3_MBM_LOCAL_EVENT_ID);
fs/resctrl/rdtgroup.c
1818
ret = mon_config_write(r, buf, QOS_L3_MBM_LOCAL_EVENT_ID);
include/linux/resctrl.h
427
eventid <= QOS_L3_MBM_LOCAL_EVENT_ID);
include/linux/resctrl.h
435
eventid <= QOS_L3_MBM_LOCAL_EVENT_ID; eventid++)
include/linux/resctrl_types.h
68
#define QOS_NUM_L3_MBM_EVENTS (QOS_L3_MBM_LOCAL_EVENT_ID - QOS_L3_MBM_TOTAL_EVENT_ID + 1)