Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mbm_update

Proto:static void mbm_update(struct rdt_domain *d, int rmid)

Type:void

Parameter:

TypeParameterName
struct rdt_domain *d
intrmid
440  first = false
441  d = d
447  If is_mbm_total_enabled() Then
448  evtid = QOS_L3_MBM_TOTAL_EVENT_ID
449  __mon_event_count(rmid, & rr)
451  If is_mbm_local_enabled() Then
452  evtid = QOS_L3_MBM_LOCAL_EVENT_ID
459  If Not is_mba_sc(NULL) Then __mon_event_count(rmid, & rr)
461  Else Supporting function to calculate the memory bandwidth* and delta bandwidth in MBps.
Caller
NameDescribe
mbm_handle_overflow