Home
last modified time | relevance | path

Searched refs:ftrace_location (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/livepatch/
H A Dpatch.c143 ftrace_loc = ftrace_location((unsigned long)func->old_func); in klp_unpatch_func()
175 ftrace_loc = ftrace_location((unsigned long)func->old_func); in klp_patch_func()
/openbmc/linux/include/linux/
H A Dftrace.h668 unsigned long ftrace_location(unsigned long ip);
874 static inline unsigned long ftrace_location(unsigned long ip) in ftrace_location() function
/openbmc/linux/arch/x86/kernel/kprobes/
H A Dcore.c200 faddr = ftrace_location(addr) == addr; in __recover_probed_insn()
/openbmc/linux/kernel/bpf/
H A Dtrampoline.c211 faddr = ftrace_location((unsigned long)ip); in register_fentry()
/openbmc/linux/kernel/trace/
H A Dftrace.c1617 unsigned long ftrace_location(unsigned long ip) in ftrace_location() function
5226 ip = ftrace_location(ip); in __ftrace_match_addr()
8135 if (!ftrace_location(addr)) in kallsyms_callback()
/openbmc/linux/kernel/
H A Dkprobes.c1544 if (ftrace_location(addr) == addr) { in check_ftrace_location()