Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dftrace.h552 int update_ftrace_direct_mod(struct ftrace_ops *ops, struct ftrace_hash *hash, bool do_direct_lock);
592 static inline int update_ftrace_direct_mod(struct ftrace_ops *ops, struct ftrace_hash *hash, bool d… in update_ftrace_direct_mod() function
/linux/kernel/bpf/
H A Dtrampoline.c288 err = update_ftrace_direct_mod(tr->fops, hash, lock_direct_mutex); in direct_ops_mod()
1735 err = update_ftrace_direct_mod(&direct_ops, data->modify, true); in bpf_trampoline_multi_attach()
1789 WARN_ON_ONCE(update_ftrace_direct_mod(&direct_ops, data->modify, true)); in bpf_trampoline_multi_detach()
/linux/kernel/trace/
H A Dftrace.c6623 * update_ftrace_direct_mod - Updates @ops by modifing its direct
6640 int update_ftrace_direct_mod(struct ftrace_ops *ops, struct ftrace_hash *hash, bool do_direct_lock) in update_ftrace_direct_mod() function