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_insert - Insert key and/or retrieve val from a tracing_map*@map: The tracing_map to insert into*@key: The key to insert* Inserts a key into a tracing_map and creates and returns a new* tracing_map_elt for it, or if the key has already been
Proto:struct tracing_map_elt *tracing_map_insert(struct tracing_map *map, void *key)
Type:struct tracing_map_elt
Parameter:
Type | Parameter | Name |
---|---|---|
struct tracing_map * | map | |
void * | key |
633 | Return __tracing_map_insert(map, key, false) |
Name | Describe |
---|---|
event_hist_trigger |
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 |