Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\ftrace.c Create Date:2022-07-28 12:45:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ftrace_ops_get_list_func

Proto:static ftrace_func_t ftrace_ops_get_list_func(struct ftrace_ops *ops)

Type:ftrace_func_t

Parameter:

TypeParameterName
struct ftrace_ops *ops
178  If 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. Then Return ftrace_ops_list_func
182  Return 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
Caller
NameDescribe
update_ftrace_function