We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02afb8d commit 71bdc8fCopy full SHA for 71bdc8f
arch/csky/kernel/probes/ftrace.c
@@ -2,13 +2,6 @@
2
3
#include <linux/kprobes.h>
4
5
-int arch_check_ftrace_location(struct kprobe *p)
6
-{
7
- if (ftrace_location((unsigned long)p->addr))
8
- p->flags |= KPROBE_FLAG_FTRACE;
9
- return 0;
10
-}
11
-
12
/* Ftrace callback handler for kprobes -- called under preepmt disabled */
13
void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip,
14
struct ftrace_ops *ops, struct ftrace_regs *fregs)
0 commit comments