函数逻辑报告 |
Source Code:kernel\trace\tracing_map.c |
Create Date:2022-07-27 13:14:10 |
Last Modify:2020-03-17 19:44:05 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:racing_map_create - Create a lock-free map and element pool*@map_bits: The size of the map (2 ** map_bits)*@key_size: The size of the key for the map in bytes*@ops: Optional client-defined tracing_map_ops instance*@private_data: Client data associated
函数原型:struct tracing_map *tracing_map_create(unsigned int map_bits, unsigned int key_size, const struct tracing_map_ops *ops, void *private_data)
返回类型:struct tracing_map
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | map_bits | |
unsigned int | key_size | |
const struct tracing_map_ops * | ops | |
void * | private_data |
768 | 如果map_bits小于TRACING_MAP_BITS_MIN或map_bits大于TRACING_MAP_BITS_MAX则返回:错误号 |
778 | atomic_set( & next_elt, - 1) |
783 | private_data等于private_data |
785 | map等于tracing_map_array_alloc(map_size, sizeof(structtracing_map_entry)) |
791 | 以i小于TRACING_MAP_KEYS_MAX循环key_idx[i]等于负1 |
793 | out : |
794 | 返回:map |
795 | free : |
799 | 转到:out |
名称 | 描述 |
---|---|
create_hist_data |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |