Searched refs:kprobe_ftrace_handler (Results 1 – 9 of 9) sorted by relevance
/openbmc/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);
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | ftrace.c | 6 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 59 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | ftrace.c | 16 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 66 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/openbmc/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);
|
/openbmc/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);
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | ftrace_dyn.c | 282 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 337 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/openbmc/linux/arch/s390/kernel/ |
H A D | ftrace.c | 291 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() function 336 NOKPROBE_SYMBOL(kprobe_ftrace_handler);
|
/openbmc/linux/include/linux/ |
H A D | kprobes.h | 383 extern void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip,
|
/openbmc/linux/kernel/ |
H A D | kprobes.c | 1060 .func = kprobe_ftrace_handler, 1065 .func = kprobe_ftrace_handler,
|