Function report |
Source Code:kernel\trace\tracing_map.c |
Create Date:2022-07-28 12:07:30 |
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_clear - Clear a tracing_map*@map: The tracing_map to clear* Resets the tracing map to a cleared or initial state
Proto:void tracing_map_clear(struct tracing_map *map)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct tracing_map * | map |
694 | atomic_set( & next_elt, - 1) |
695 | atomic64_set( & hits, 0) |
696 | atomic64_set( & drops, 0) |
700 | When i < max_elts cycle tracing_map_elt_clear( * (TRACING_MAP_ELT(elts, i))) |
Name | Describe |
---|---|
tracing_map_init | racing_map_init - Allocate and clear a map's tracing_map_elts*@map: The tracing_map to initialize* Allocates a clears a pool of tracing_map_elts equal to the* user-specified size of 2 ** map_bits (internally maintained as |
hist_clear |
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 |