public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Userspace tap support for ARM
@ 2011-11-03 18:07 Wade Farnsworth
  2011-11-03 18:08 ` [PATCH 1/2] " Wade Farnsworth
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Wade Farnsworth @ 2011-11-03 18:07 UTC (permalink / raw)
  To: systemtap; +Cc: Wade Farnsworth

This is a first pass at userspace tap support for ARM.  Required are UTrace
support as well as Roland McGrath's tracehook and user_regset patches found
here:

https://lkml.org/lkml/2009/4/24/383

Comments are welcome.

-Wade Farnsworth

Wade Farnsworth (2):
  Add syscall information for ARM
  ARM uprobes support

 runtime/syscall.h               |   38 +
 runtime/uprobes2/uprobes_arch.c |    2 +
 runtime/uprobes2/uprobes_arch.h |    2 +
 runtime/uprobes2/uprobes_arm.c  | 1914 +++++++++++++++++++++++++++++++++++++++
 runtime/uprobes2/uprobes_arm.h  |  114 +++
 5 files changed, 2070 insertions(+), 0 deletions(-)
 create mode 100644 runtime/uprobes2/uprobes_arm.c
 create mode 100644 runtime/uprobes2/uprobes_arm.h

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

end of thread, other threads:[~2011-11-23 14:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-03 18:07 [PATCH 0/2] Userspace tap support for ARM Wade Farnsworth
2011-11-03 18:08 ` [PATCH 1/2] " Wade Farnsworth
2011-11-03 18:13   ` [PATCH 1/2] Add syscall information " Wade Farnsworth
2011-11-04 12:12     ` Mark Wielaard
2011-11-03 18:09 ` [PATCH 2/2] ARM uprobes support Wade Farnsworth
2011-11-04 19:35   ` [PATCH v2] " Wade Farnsworth
2011-11-23 14:17     ` Mark Wielaard
2011-11-03 20:36 ` [PATCH 0/2] Userspace tap support for ARM Wade Farnsworth
2011-11-04  9:05   ` Mark Wielaard
     [not found]     ` <4EB3F998.7030305@mentor.com>
2011-11-04 19:41       ` Wade Farnsworth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).