mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: Kprobes and Kretprobes Support
@ 2010-06-15 14:42 Himanshu Chauhan
  2010-06-15 14:42 ` [PATCH 1/2] MIPS: KProbes Support Himanshu Chauhan
  2010-06-15 14:42 ` [PATCH 2/2] MIPS: Kretprobe support Himanshu Chauhan
  0 siblings, 2 replies; 3+ messages in thread
From: Himanshu Chauhan @ 2010-06-15 14:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: ralf, linux-mips, ddaney

This is a set of 2 patches for adding support of kprobes
and kretprobes support on MIPS architecture. All my tests
are done on Qemu's MALTA board. If somebody has _real_ MIPS
machine, I would appreciate a try on the machine.

Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>

---
Himanshu Chauhan (2):
  MIPS: KProbes Support
  MIPS: Kretprobe support

 arch/mips/Kconfig               |   14 ++
 arch/mips/include/asm/break.h   |    2 +
 arch/mips/include/asm/kdebug.h  |    5 +
 arch/mips/include/asm/kprobes.h |   86 +++++++
 arch/mips/kernel/Makefile       |    2 +
 arch/mips/kernel/kprobes.c      |  493 +++++++++++++++++++++++++++++++++++++++
 arch/mips/kernel/traps.c        |   43 ++++-
 arch/mips/mm/fault.c            |   12 +-
 8 files changed, 654 insertions(+), 3 deletions(-)
 create mode 100644 arch/mips/include/asm/kprobes.h
 create mode 100644 arch/mips/kernel/kprobes.c


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-15 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-15 14:42 [PATCH 0/2] MIPS: Kprobes and Kretprobes Support Himanshu Chauhan
2010-06-15 14:42 ` [PATCH 1/2] MIPS: KProbes Support Himanshu Chauhan
2010-06-15 14:42 ` [PATCH 2/2] MIPS: Kretprobe support Himanshu Chauhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®