Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 12:03:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_automount
Proto:static struct vfsmount *trace_automount(struct dentry *mntpt, void *ingore)
Type:struct vfsmount
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | mntpt | |
void * | ingore |
8785 | type = get_fs_type("tracefs") |
8786 | If Not type Then Return NULL |
8788 | mnt = vfs_submount(mntpt, type, "tracefs", NULL) |
8789 | put_filesystem(type) |
8794 | Return mnt |
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 |