-
- Downloads
MIPS: kprobe: Add support.
This patch is based on previous work by Sony and Himanshu Chauhan. I have done some cleanup and implemented JProbes and KRETPROBES. The KRETPROBES part is pretty much copied verbatim from powerpc. A possible future enhance might be to factor out the common code. Signed-off-by:David Daney <ddaney@caviumnetworks.com> Cc: Himanshu Chauhan <hschauhan@nulltrace.org> To: linux-mips@linux-mips.org To: ananth@in.ibm.com, To: anil.s.keshavamurthy@intel.com To: davem@davemloft.net To: masami.hiramatsu.pt@hitachi.com Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1525/ Patchwork: https://patchwork.linux-mips.org/patch/1530/ Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
Showing
- arch/mips/Kconfig 2 additions, 0 deletionsarch/mips/Kconfig
- arch/mips/Makefile 3 additions, 0 deletionsarch/mips/Makefile
- arch/mips/include/asm/break.h 2 additions, 0 deletionsarch/mips/include/asm/break.h
- arch/mips/include/asm/kdebug.h 3 additions, 0 deletionsarch/mips/include/asm/kdebug.h
- arch/mips/include/asm/kprobes.h 92 additions, 0 deletionsarch/mips/include/asm/kprobes.h
- arch/mips/kernel/Makefile 1 addition, 0 deletionsarch/mips/kernel/Makefile
- arch/mips/kernel/kprobes.c 557 additions, 0 deletionsarch/mips/kernel/kprobes.c
- arch/mips/kernel/traps.c 21 additions, 1 deletionarch/mips/kernel/traps.c
- arch/mips/mm/fault.c 14 additions, 1 deletionarch/mips/mm/fault.c
Loading
Please register or sign in to comment