Function report | 
Source Code:kernel\trace\trace_events_hist.c | 
Create Date:2022-07-28 12:34:17 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:hist_enable_get_trigger_ops
Proto:static struct event_trigger_ops *hist_enable_get_trigger_ops(char *cmd, char *param)
Type:struct event_trigger_ops
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| char * | cmd | |
| char * | param | 
| 6431 | enable = strcmp(cmd, ENABLE_HIST_STR) == 0 | 
| 6433 | If enable Then ops = If param Then hist_enable_count_trigger_ops Else hist_enable_trigger_ops | 
| 6436 | Else ops = If param Then hist_disable_count_trigger_ops Else hist_disable_trigger_ops | 
| 6440 | Return ops | 
| 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  |