Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\internal.h Create Date:2022-07-28 08:09:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:is_mbm_local_enabled

Proto:static inline bool is_mbm_local_enabled(void)

Type:bool

Parameter:Nothing

395  Return rdt_mon_features & 1 << QOS_L3_MBM_LOCAL_EVENT_ID
Caller
NameDescribe
domain_setup_mon_state
update_mba_bwFeedback loop for MBA software controller (mba_sc)* mba_sc is a feedback loop where we periodically read MBM counters and* adjust the bandwidth percentage values via the IA32_MBA_THRTL_MSRs so* that:* current bandwdith(cur_bw) < user specified
mbm_update
l3_mon_evt_initInitialize the event list for the resource.* Note that MBM events are also part of RDT_RESOURCE_L3 resource* because as per the SDM the total and local memory bandwidth* are enumerated as part of L3 monitoring.