Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:31:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:track_data_parse
Proto:static struct action_data *track_data_parse(struct hist_trigger_data *hist_data, char *str, enum handler_id handler)
Type:struct action_data
Parameter:
Type | Parameter | Name |
---|---|---|
struct hist_trigger_data * | hist_data | |
char * | str | |
enum handler_id | handler |
4082 | data = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
4092 | var_str = kstrdup(var_str, GFP_KERNEL) |
4093 | If Not var_str Then |
4101 | out : |
4102 | Return data |
4103 | free : |
4104 | track_data_destroy(hist_data, data) |
4106 | Go to out |
Name | Describe |
---|---|
parse_actions |
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 |