This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[PATCH 0/2] Userspace tap support for ARM
- From: Wade Farnsworth <wade_farnsworth at mentor dot com>
- To: <systemtap at sourceware dot org>
- Cc: Wade Farnsworth <wade_farnsworth at mentor dot com>
- Date: Thu, 3 Nov 2011 11:06:42 -0700
- Subject: [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