Home
last modified time | relevance | path

Searched refs:ftrace_location_range (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/lib/tests/
H A Dtest_fprobe.c200 return ftrace_location_range(addr, addr + size - 1); in get_ftrace_location()
/linux-6.15/arch/powerpc/kernel/
H A Dkprobes.c58 faddr = ftrace_location_range((unsigned long)addr, in kprobe_lookup_name()
/linux-6.15/include/linux/
H A Dftrace.h783 unsigned long ftrace_location_range(unsigned long start, unsigned long end);
/linux-6.15/kernel/trace/
H A Dftrace.c1628 unsigned long ftrace_location_range(unsigned long start, unsigned long end) in ftrace_location_range() function
1657 loc = ftrace_location_range(ip, ip); in ftrace_location()
1664 loc = ftrace_location_range(ip, ip + size - 1); in ftrace_location()
1683 ret = ftrace_location_range((unsigned long)start, in ftrace_text_reserved()
H A Dtrace_kprobe.c456 return !ftrace_location_range(addr, addr + size - 1); in __within_notrace_func()