]> Git Repo - linux.git/commit
MIPS: kprobe: Add support.
authorDavid Daney <[email protected]>
Tue, 3 Aug 2010 18:22:20 +0000 (11:22 -0700)
committerRalf Baechle <[email protected]>
Thu, 5 Aug 2010 12:26:29 +0000 (13:26 +0100)
commitc1bf207d6ee1eb72e9c10365edbdc7c9ff7fb9b0
tree4c5875c8bd9087cd7b2193ac264c002cc384febb
parent2ea6399f553bf9a47260723b44d50f747e310218
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 <[email protected]>
Cc: Himanshu Chauhan <[email protected]>
To: [email protected]
To: [email protected],
To: [email protected]
To: [email protected]
To: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1525/
Patchwork: https://patchwork.linux-mips.org/patch/1530/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/include/asm/break.h
arch/mips/include/asm/kdebug.h
arch/mips/include/asm/kprobes.h [new file with mode: 0644]
arch/mips/kernel/Makefile
arch/mips/kernel/kprobes.c [new file with mode: 0644]
arch/mips/kernel/traps.c
arch/mips/mm/fault.c
This page took 0.063126 seconds and 4 git commands to generate.