Searched refs:kprobe_ftrace_handler (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | kprobes-ftrace.c | 16 void kprobe_ftrace_handler(unsigned long nip, unsigned long parent_nip, in kprobe_ftrace_handler() function 65 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/x86/kernel/kprobes/ |
A D | ftrace.c | 16 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 63 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/riscv/kernel/probes/ |
A D | ftrace.c | 6 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 56 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/csky/kernel/probes/ |
A D | ftrace.c | 6 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 61 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/parisc/kernel/ |
A D | ftrace.c | 201 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 244 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/arch/s390/kernel/ |
A D | ftrace.c | 280 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 322 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/linux/include/linux/ |
A D | kprobes.h | 363 extern void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip,
|
/linux/kernel/ |
A D | kprobes.c | 1042 .func = kprobe_ftrace_handler, 1047 .func = kprobe_ftrace_handler,
|
Completed in 13 milliseconds