Function report |
Source Code:kernel\trace\trace_nop.c |
Create Date:2022-07-28 12:11:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:It only serves as a signal handler and a callback to* accept or refuse the setting of a flag.* If you don't implement it, then the flag setting will be* automatically accepted.
Proto:static int nop_set_flag(struct trace_array *tr, unsigned int old_flags, unsigned int bit, int set)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_array * | tr | |
unsigned int | old_flags | |
unsigned int | bit | |
int | set |
70 | If bit == TRACE_NOP_OPT_ACCEPT Then |
77 | If bit == TRACE_NOP_OPT_REFUSE Then |
81 | Return -EINVAL |
84 | Return 0 |
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 |