Function report |
Source Code:kernel\trace\ftrace.c |
Create Date:2022-07-28 12:46:08 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__unregister_ftrace_function
Proto:int __unregister_ftrace_function(struct ftrace_ops *ops)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct ftrace_ops * | ops |
| 355 | If WARN_ON(!(flags & FTRACE_OPS_FL_ENABLED)) Then Return -EBUSY |
| 358 | ret = remove_ftrace_ops( & ftrace_ops_list, ops) |
| 366 | func = saved_func |
| 368 | Return 0 |
| 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 |