Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:29:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:parse_action
Proto:static int parse_action(char *str, struct hist_trigger_attrs *attrs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | str | |
struct hist_trigger_attrs * | attrs |
2079 | If n_actions >= HIST_ACTIONS_MAX Then Return ret |
2085 | action_str[n_actions] = kstrdup(str, GFP_KERNEL) |
2086 | If Not action_str[n_actions] Then |
2090 | n_actions++ |
2091 | ret = 0 |
2093 | Return ret |
Name | Describe |
---|---|
parse_hist_trigger_attrs |
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 |