| 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: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.
Proto:static struct _ddebug *ddebug_iter_first(struct ddebug_iter *iter)
Type:struct _ddebug
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct ddebug_iter * | iter | 
| 736 | idx = 0 | 
| 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 |