Function report | 
Source Code:lib\dynamic_debug.c | 
Create Date:2022-07-28 07:15:52 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Advance the iterator to point to the next _ddebug* object from the one the iterator currently points at,* and returns a pointer to the new _ddebug. Returns* NULL if the iterator has seen all the _ddebugs.
Proto:static struct _ddebug *ddebug_iter_next(struct ddebug_iter *iter)
Type:struct _ddebug
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct ddebug_iter * | iter | 
| 748 | If (table == NULL) Then Return NULL | 
| 750 | If ++idx == num_ddebugs Then | 
| Name | Describe | 
|---|---|
| ddebug_proc_start | Seq_ops start method. Called at the start of every* read() call from userspace. Takes the ddebug_lock and* seeks the seq_file's iterator to the given position. | 
| ddebug_proc_next | 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. | 
| 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  |