Searched refs:ops_func (Results 1 – 3 of 3) sorted by relevance
338 ftrace_ops_func_t ops_func; member
2001 if (!ops->ops_func) in __ftrace_hash_update_ipmodify()2003 ret = ops->ops_func(ops, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_SELF); in __ftrace_hash_update_ipmodify()7947 if (!op->ops_func) in prepare_direct_functions_for_ipmodify()7950 ret = op->ops_func(op, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_PEER); in prepare_direct_functions_for_ipmodify()7996 if (found_op && op->ops_func) in cleanup_direct_functions_after_ipmodify()7997 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()