Searched refs:ops_func (Results 1 – 3 of 3) sorted by relevance
442 ftrace_ops_func_t ops_func; member
2031 if (!ops->ops_func) in __ftrace_hash_update_ipmodify()2033 ret = ops->ops_func(ops, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_SELF); in __ftrace_hash_update_ipmodify()8634 if (!op->ops_func) in prepare_direct_functions_for_ipmodify()8637 ret = op->ops_func(op, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_PEER); in prepare_direct_functions_for_ipmodify()8683 if (found_op && op->ops_func) in cleanup_direct_functions_after_ipmodify()8684 op->ops_func(op, FTRACE_OPS_CMD_DISABLE_SHARE_IPMODIFY_PEER); in cleanup_direct_functions_after_ipmodify()
163 tr->fops->ops_func = bpf_tramp_ftrace_ops_func; in bpf_trampoline_lookup()