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.h550 int update_ftrace_direct_mod(struct ftrace_ops *ops, struct ftrace_hash *hash, bool do_direct_lock);
588 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.c246 err = update_ftrace_direct_mod(tr->fops, hash, lock_direct_mutex); in direct_ops_mod()
/linux/kernel/trace/
H A Dftrace.c6576 int update_ftrace_direct_mod(struct ftrace_ops *ops, struct ftrace_hash *hash, bool do_direct_lock) in update_ftrace_direct_mod() function