Function report |
Source Code:kernel\trace\trace_printk.c |
Create Date:2022-07-28 12:06:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_next
Proto:static const char **find_next(void *v, loff_t *pos)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
void * | v | |
loff_t * | pos |
262 | If pos < start_index Then Return __start___trace_bprintk_fmt + pos |
277 | last_index = start_index |
280 | If pos < last_index + start_index Then Return __start___tracepoint_str + pos - last_index |
283 | start_index += last_index |
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 |