函数逻辑报告 |
Source Code:kernel\trace\tracing_map.c |
Create Date:2022-07-27 13:13:39 |
Last Modify:2020-03-17 19:44:05 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:racing_map_update_sum - Add a value to a tracing_map_elt's sum field*@elt: The tracing_map_elt*@i: The index of the given sum associated with the tracing_map_elt*@n: The value to add to the sum* Add n to sum i associated with the specified tracing_map_elt
函数原型:void tracing_map_update_sum(struct tracing_map_elt *elt, unsigned int i, u64 n)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct tracing_map_elt * | elt | |
unsigned int | i | |
u64 | n |
40 | atomic64_add(n, & sum) |
名称 | 描述 |
---|---|
hist_trigger_elt_update |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |