mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-22 01:43:37 -04:00
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>
8 lines
199 B
Makefile
8 lines
199 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += asm-offsets.h
|
|
generic-y += gpio.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local64.h
|
|
generic-y += qrwlock.h
|
|
generic-y += user.h
|
|
generic-y += vmlinux.lds.h
|