Searched refs:kprobe_ftrace_handler (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | kprobes-ftrace.c | 16 void kprobe_ftrace_handler(unsigned long nip, unsigned long parent_nip, in kprobe_ftrace_handler() function 68 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/x86/kernel/kprobes/ |
H A D | ftrace.c | 17 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 69 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/csky/kernel/probes/ |
H A D | ftrace.c | 6 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 64 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/parisc/kernel/ |
H A D | ftrace.c | 201 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 247 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/loongarch/kernel/ |
H A D | ftrace_dyn.c | 289 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 344 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/s390/kernel/ |
H A D | ftrace.c | 283 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 329 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/include/linux/ |
H A D | kprobes.h | 369 extern void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip,
|