Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Seq_ops next method. Called several times within a read()* call from userspace, with ddebug_lock held. Walks to the* next _ddebug object with a special case for the header line.
Proto:static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
void * | p | |
loff_t * | pos |
801 | If p == SEQ_START_TOKEN Then dp = Set the iterator to point to the first _ddebug object* and return a pointer to that first object. Returns* NULL if there are no _ddebugs at all. |
805 | ++pos |
806 | Return dp |
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 |