Home
last modified time | relevance | path

Searched refs:ops_func (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dftrace.h338 ftrace_ops_func_t ops_func; member
/Linux-v6.6/kernel/trace/
Dftrace.c2001 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()
/Linux-v6.6/kernel/bpf/
Dtrampoline.c159 tr->fops->ops_func = bpf_tramp_ftrace_ops_func; in bpf_trampoline_lookup()