Files
android_kernel_xiaomi_sm8450/arch/csky/kernel
Guo Ren 33e53ae1ce csky: Add kprobes supported
This patch enable kprobes, kretprobes, ftrace interface. It utilized
software breakpoint and single step debug exceptions, instructions
simulation on csky.

We use USR_BKPT replace origin instruction, and the kprobe handler
prepares an excutable memory slot for out-of-line execution with a
copy of the original instruction being probed. Most of instructions
could be executed by single-step, but some instructions need origin
pc value to execute and we need software simulate these 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:14:17 +08:00
..
2020-04-03 11:14:17 +08:00
2020-03-08 20:55:14 +08:00
2020-04-02 19:39:42 +08:00
2018-10-26 00:54:22 +08:00
2020-04-03 11:14:17 +08:00
2018-10-26 00:54:24 +08:00
2020-02-21 15:43:25 +08:00
2020-02-21 15:43:25 +08:00
2018-12-31 23:12:22 +08:00
2018-10-25 23:36:19 +08:00
2018-10-25 23:36:19 +08:00
2020-04-03 11:14:17 +08:00
2018-10-26 00:54:22 +08:00