Function report |
Source Code:kernel\trace\tracing_map.c |
Create Date:2022-07-28 12:07:09 |
Last Modify:2020-03-17 19:44:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:tracing_map_add_field
Proto:static int tracing_map_add_field(struct tracing_map *map, tracing_map_cmp_fn_t cmp_fn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct tracing_map * | map | |
tracing_map_cmp_fn_t | cmp_fn |
206 | If n_fields < TRACING_MAP_FIELDS_MAX Then |
211 | Return ret |
Name | Describe |
---|---|
tracing_map_add_sum_field | racing_map_add_sum_field - Add a field describing a tracing_map sum*@map: The tracing_map* Add a sum field to the key and return the index identifying it in* the map and associated tracing_map_elts |
tracing_map_add_key_field | racing_map_add_key_field - Add a field describing a tracing_map key*@map: The tracing_map*@offset: The offset within the key*@cmp_fn: The comparison function that will be used to sort on the key* Let the map know there is a key and that if it's used as a |
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 |