Home
last modified time | relevance | path

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

/Linux-v5.10/arch/csky/kernel/probes/
Dftrace.c5 int arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location() function
/Linux-v5.10/include/linux/
Dkprobes.h352 int arch_check_ftrace_location(struct kprobe *p);
/Linux-v5.10/kernel/
Dkprobes.c1613 int __weak arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location() function
1636 ret = arch_check_ftrace_location(p); in check_kprobe_address_safe()