Function report |
Source Code:kernel\trace\ftrace.c |
Create Date:2022-07-28 12:46:02 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:update_ftrace_function
Proto:static void update_ftrace_function(void)
Type:void
Parameter:Nothing
| 198 | If What to set function_trace_op to == ftrace_list_end Then |
| 199 | func = ftrace_stub |
| 210 | Else |
| 219 | If ftrace_trace_function == func Then Return |
| 226 | If func == ftrace_ops_list_func Then |
| 227 | ftrace_trace_function = func |
| 232 | Return |
| 255 | smp_wmb() |
| 257 | smp_call_function(ftrace_sync_ipi, NULL, 1) |
| 261 | ftrace_trace_function = func |
| Name | Describe |
|---|---|
| __register_ftrace_function | |
| __unregister_ftrace_function | |
| ftrace_update_pid_func | |
| ftrace_enable_sysctl |
| 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 |