函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\ftrace.c Create Date:2022-07-27 13:57:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ftrace_ops_get_list_func

函数原型:static ftrace_func_t ftrace_ops_get_list_func(struct ftrace_ops *ops)

返回类型:ftrace_func_t

参数:

类型参数名称
struct ftrace_ops *ops
178  如果flags按位与FTRACE_OPS_FL_DYNAMIC按位或FTRACE_OPS_FL_RCU的值或If the arch's mcount caller does not support all of ftrace's* features, then it must call an indirect function that* does. Or at least does enough to prevent any unwelcomed side effects.则返回:ftrace_ops_list_func
182  返回:race_ops_get_func - get the function a trampoline should call*@ops: the ops to get the function for* Normally the mcount trampoline will call the ops->func, but there* are times that it should not
调用者
名称描述
update_ftrace_function