函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |