Function report |
Source Code:kernel\trace\tracing_map.c |
Create Date:2022-07-28 12:07:29 |
Last Modify:2020-03-17 19:44:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:struct tracing_map_elt *tracing_map_lookup(struct tracing_map *map, void *key)
Type:struct tracing_map_elt
Parameter:
Type | Parameter | Name |
---|---|---|
struct tracing_map * | map | |
void * | key |
655 | Return __tracing_map_insert(map, key, true) |
Name | Describe |
---|---|
resolve_var_refs |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |