This is the mail archive of the systemtap-cvs@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]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.5-170-g5a24160


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  5a24160a15810f1ff5338195570242c9580ca523 (commit)
      from  54dd6f6450b829020cf0e3b517b84a44b3b426b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5a24160a15810f1ff5338195570242c9580ca523
Author: William Cohen <wcohen@redhat.com>
Date:   Thu Jul 21 15:09:07 2011 -0400

    Add basic functionality for ARM architecture support of nd_syscall.*
    
    The no dwarf syscalls tapset needs some code to access the syscall parameters.
    This is a first pass to add the support for the ARM architecture. This
    basic support only handles the first 4 arguments on ARM. Argument 5 and
    later are on the stack and are not handled.

-----------------------------------------------------------------------

Summary of changes:
 tapset/arm/registers.stp |  158 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 158 insertions(+), 0 deletions(-)
 create mode 100644 tapset/arm/registers.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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