函数逻辑报告 |
Source Code:kernel\trace\tracing_map.c |
Create Date:2022-07-27 13:14:06 |
Last Modify:2020-03-17 19:44:05 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:racing_map_lookup - Retrieve val from a tracing_map*@map: The tracing_map to perform the lookup on*@key: The key to look up* Looks up key in tracing_map and if found returns the matching* tracing_map_elt. This is a lock-free lookup; see
函数原型:struct tracing_map_elt *tracing_map_lookup(struct tracing_map *map, void *key)
返回类型:struct tracing_map_elt
参数:
类型 | 参数 | 名称 |
---|---|---|
struct tracing_map * | map | |
void * | key |
655 | 返回:__tracing_map_insert(map, key, true) |
名称 | 描述 |
---|---|
resolve_var_refs |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |