[PATCH 0/2] Userspace tap support for ARM

Wade Farnsworth wade_farnsworth@mentor.com
Thu Nov 3 18:07:00 GMT 2011


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



More information about the Systemtap mailing list