Searched refs:kprobe_ftrace_handler (Results 1 – 5 of 5) 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/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/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,
|
| /linux/kernel/ |
| H A D | kprobes.c | 1052 .func = kprobe_ftrace_handler, 1057 .func = kprobe_ftrace_handler,
|