函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\monitor.c Create Date:2022-07-27 09:12:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Initialize 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.

函数原型:static void l3_mon_evt_init(struct rdt_resource *r)

返回类型:void

参数:

类型参数名称
struct rdt_resource *r
605  初始化链表头
607  如果is_llc_occupancy_enabled()则添加链表项
609  如果is_mbm_total_enabled()则添加链表项
611  如果is_mbm_local_enabled()则添加链表项
调用者
名称描述
rdt_get_mon_l3_config