Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Dftrace.c5 int arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dkprobes.h354 int arch_check_ftrace_location(struct kprobe *p);
/OK3568_Linux_fs/kernel/kernel/
H A 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()