Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dftrace.h463 ftrace_ops_func_t ops_func; member
/linux/kernel/bpf/
H A Dtrampoline.c226 .ops_func = bpf_tramp_ftrace_ops_func,
305 tr->fops->ops_func = bpf_tramp_ftrace_ops_func; in direct_ops_alloc()
/linux/kernel/trace/
H A Dftrace.c2032 * ops_func(SHARE_IPMODIFY_SELF) to make sure current ops can share with
2033 * IPMODIFY. If ops_func(SHARE_IPMODIFY_SELF) returns non-zero, propagate
2109 if (!ops->ops_func) in __ftrace_hash_update_ipmodify()
2111 ret = ops->ops_func(ops, rec->ip, FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_SELF); in __ftrace_hash_update_ipmodify()
6251 * ops->ops_func for the ops. This is needed because the above in __modify_ftrace_direct()
6632 * This can be called from within ftrace ops_func callback with
6660 * We can be called from within ops_func callback with direct_mutex in update_ftrace_direct_mod()
6686 * ops->ops_func for the ops. This is needed because the above in update_ftrace_direct_mod()
9155 if (!op->ops_func) in prepare_direct_functions_for_ipmodify()
9158 ret = op->ops_func(o in prepare_direct_functions_for_ipmodify()
[all...]