Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dftrace.h550 int update_ftrace_direct_add(struct ftrace_ops *ops, struct ftrace_hash *hash);
582 static inline int update_ftrace_direct_add(struct ftrace_ops *ops, struct ftrace_hash *hash) in update_ftrace_direct_add() function
/linux/kernel/bpf/
H A Dtrampoline.c264 err = update_ftrace_direct_add(tr->fops, hash); in direct_ops_add()
1729 err = update_ftrace_direct_add(&direct_ops, data->reg); in bpf_trampoline_multi_attach()
/linux/kernel/trace/
H A Dftrace.c6400 int update_ftrace_direct_add(struct ftrace_ops *ops, struct ftrace_hash *hash) in update_ftrace_direct_add() function