Function report |
Source Code:kernel\trace\ftrace.c |
Create Date:2022-07-28 12:46:33 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:register_ftrace_function - unregister a function for profiling.*@ops - ops structure that holds the function to unregister* Unregister a function that was added to be called by ftrace profiling.
Proto:int unregister_ftrace_function(struct ftrace_ops *ops)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct ftrace_ops * | ops |
| 7258 | mutex_lock( & ftrace_lock) |
| 7259 | ret = ftrace_shutdown(ops, 0) |
| 7262 | Return ret |
| Name | Describe |
|---|---|
| tracing_stop_function_trace | |
| func_set_flag | |
| unregister_irqsoff_function | |
| unregister_wakeup_function | |
| stack_trace_sysctl | |
| perf_ftrace_function_unregister | |
| klp_unpatch_func |
| 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 |