Function report |
Source Code:kernel\trace\tracing_map.c |
Create Date:2022-07-28 12:07:03 |
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_set_var - Assign a tracing_map_elt's variable field*@elt: The tracing_map_elt*@i: The index of the given variable associated with the tracing_map_elt*@n: The value to assign* Assign n to variable i associated with the specified tracing_map_elt
Proto:void tracing_map_set_var(struct tracing_map_elt *elt, unsigned int i, u64 n)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct tracing_map_elt * | elt | |
unsigned int | i | |
u64 | n |
72 | atomic64_set( & vars[i], n) |
Name | Describe |
---|---|
__update_field_vars | |
save_track_val | |
hist_trigger_elt_update |
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 |