From: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
To: akpm@osdl.org
Cc: tony.luck@intel.com, rohit.seth@intel.com, rusty.lynch@intel.com,
prasanna@in.ibm.com, ananth@in.ibm.com,
systemtap@sources.redhat.com, linux-ia64@vger.kernel.org,
linux-kernel@vger.kernel.org, anil.s.keshavamurthy@intel.com
Subject: [patch 0/4] Kprobes support for IA64
Date: Mon, 23 May 2005 15:39:06 +0000 [thread overview]
Message-ID: <20050523153906.988390000@csdlinux-2.jf.intel.com> (raw)
Hi Andrew,
As many of you know that kprobes exist in the main line kernel
for various architecture including i386, x86_64, ppc64 and sparc64.
Attached patches following this mail are a port of Kprobes and Jprobes for IA64.
I have tesed this patches for kprobes and Jprobes and this seems to work fine.
I have tested this patch by inserting kprobes on various slots and
various templates including various types of branch instructions.
I have also tested this patch using the tool
http://marc.theaimsgroup.com/?l=linux-kernel&m\x111657358022586&w=2
and the kprobes for IA64 works great.
This path depends on
http://marc.theaimsgroup.com/?l=linux-kernel&m\x111634286225988&w=2
which is in your mm tree.
Here is list of TODO things and pathes for the same will appear soon.
1) Support kprobes on "mov r1=ip" type of instruction
2) Support Kprobes and Jprobes to exist on the same address
3) Support Return probes
3) Architecture independent cleanup of kprobes
I am sending this mail through quilt and looks like the subject line appear to be
same on all patches, sorry about that.
Please apply.
Thanks,
-Anil Keshavamurthy
Sr. Software Engineer
Open Source Technology Center/SSG
Intel Corp.
(w) 503-712-4476
--
WARNING: multiple messages have this Message-ID (diff)
From: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
To: akpm@osdl.org
Cc: tony.luck@intel.com, rohit.seth@intel.com, rusty.lynch@intel.com,
prasanna@in.ibm.com, ananth@in.ibm.com,
systemtap@sources.redhat.com, linux-ia64@vger.kernel.org,
linux-kernel@vger.kernel.org, anil.s.keshavamurthy@intel.com
Subject: [patch 0/4] Kprobes support for IA64
Date: Mon, 23 May 2005 08:39:06 -0700 [thread overview]
Message-ID: <20050523153906.988390000@csdlinux-2.jf.intel.com> (raw)
Hi Andrew,
As many of you know that kprobes exist in the main line kernel
for various architecture including i386, x86_64, ppc64 and sparc64.
Attached patches following this mail are a port of Kprobes and Jprobes for IA64.
I have tesed this patches for kprobes and Jprobes and this seems to work fine.
I have tested this patch by inserting kprobes on various slots and
various templates including various types of branch instructions.
I have also tested this patch using the tool
http://marc.theaimsgroup.com/?l=linux-kernel&m=111657358022586&w=2
and the kprobes for IA64 works great.
This path depends on
http://marc.theaimsgroup.com/?l=linux-kernel&m=111634286225988&w=2
which is in your mm tree.
Here is list of TODO things and pathes for the same will appear soon.
1) Support kprobes on "mov r1=ip" type of instruction
2) Support Kprobes and Jprobes to exist on the same address
3) Support Return probes
3) Architecture independent cleanup of kprobes
I am sending this mail through quilt and looks like the subject line appear to be
same on all patches, sorry about that.
Please apply.
Thanks,
-Anil Keshavamurthy
Sr. Software Engineer
Open Source Technology Center/SSG
Intel Corp.
(w) 503-712-4476
--
next reply other threads:[~2005-05-23 15:39 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-23 15:39 Anil S Keshavamurthy [this message]
2005-05-23 15:39 ` [patch 0/4] Kprobes support for IA64 Anil S Keshavamurthy
2005-05-23 15:39 ` [patch 1/4] " Anil S Keshavamurthy
2005-05-23 15:39 ` Anil S Keshavamurthy
2005-05-24 5:40 ` Keith Owens
2005-05-24 5:40 ` Keith Owens
2005-05-24 16:20 ` Lynch, Rusty
2005-05-24 16:20 ` Lynch, Rusty
2005-05-25 13:59 ` Alan D. Brunelle
2005-05-25 14:00 ` Alan D. Brunelle
2005-05-25 16:46 ` Lynch, Rusty
2005-05-25 16:46 ` Lynch, Rusty
2005-05-26 0:49 ` Keith Owens
2005-05-26 0:49 ` Keith Owens
2005-05-26 1:06 ` Keshavamurthy Anil S
2005-05-26 1:06 ` Keshavamurthy Anil S
2005-05-26 19:40 ` David Mosberger
2005-05-26 19:40 ` David Mosberger
2005-05-23 15:39 ` [patch 2/4] " Anil S Keshavamurthy
2005-05-23 15:39 ` Anil S Keshavamurthy
2005-05-23 15:39 ` [patch 3/4] " Anil S Keshavamurthy
2005-05-23 15:39 ` Anil S Keshavamurthy
2005-05-23 15:39 ` [patch 4/4] " Anil S Keshavamurthy
2005-05-23 15:39 ` Anil S Keshavamurthy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050523153906.988390000@csdlinux-2.jf.intel.com \
--to=anil.s.keshavamurthy@intel.com \
--cc=akpm@osdl.org \
--cc=ananth@in.ibm.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=prasanna@in.ibm.com \
--cc=rohit.seth@intel.com \
--cc=rusty.lynch@intel.com \
--cc=systemtap@sources.redhat.com \
--cc=tony.luck@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.