This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Userspace tap support for ARM


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]