函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称: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

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

返回类型:ftrace_func_t

参数:

类型参数名称
struct ftrace_ops *ops
6916  如果非flags按位与FTRACE_OPS_FL_RECURSION_SAFE的值或flags按位与FTRACE_OPS_FL_RCU则返回:If there's only one function registered but it does not support* recursion, needs RCU protection and/or requires per cpu handling, then* this function will be called by the mcount trampoline.
6920  返回:func
调用者
名称描述
ftrace_ops_get_list_func