Searched refs:ops_func (Results 1 – 3 of 3) sorted by relevance
338 ftrace_ops_func_t ops_func; member
2000 if (!ops->ops_func) in __ftrace_hash_update_ipmodify()2002 ret = ops->ops_func(ops, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_SELF); in __ftrace_hash_update_ipmodify()7959 if (!op->ops_func) in prepare_direct_functions_for_ipmodify()7962 ret = op->ops_func(op, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_PEER); in prepare_direct_functions_for_ipmodify()8008 if (found_op && op->ops_func) in cleanup_direct_functions_after_ipmodify()8009 op->ops_func(op, FTRACE_OPS_CMD_DISABLE_SHARE_IPMODIFY_PEER); in cleanup_direct_functions_after_ipmodify()
159 tr->fops->ops_func = bpf_tramp_ftrace_ops_func; in bpf_trampoline_lookup()