Searched refs:update_ftrace_direct_mod (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | ftrace.h | 552 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 D | trampoline.c | 288 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 D | ftrace.c | 6623 * 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
|