1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/arch/csky/kernel/probes
Guo Ren 8f6bb793b2 csky: Add uprobes support
This patch adds support for uprobes on csky architecture.

Just like kprobe, it support single-step and simulate instructions.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-04-03 11:37:51 +08:00
..
decode-insn.c csky: Add kprobes supported 2020-04-03 11:14:17 +08:00
decode-insn.h csky: Add kprobes supported 2020-04-03 11:14:17 +08:00
ftrace.c csky: Add kprobes supported 2020-04-03 11:14:17 +08:00
kprobes.c csky: Add kprobes supported 2020-04-03 11:14:17 +08:00
kprobes_trampoline.S csky: Add kprobes supported 2020-04-03 11:14:17 +08:00
Makefile csky: Add uprobes support 2020-04-03 11:37:51 +08:00
simulate-insn.c csky: Add kprobes supported 2020-04-03 11:14:17 +08:00
simulate-insn.h csky: Add kprobes supported 2020-04-03 11:14:17 +08:00
uprobes.c csky: Add uprobes support 2020-04-03 11:37:51 +08:00