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.6-485-gbe898cc


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  be898cc4485951b10e692932a49144b5a00deef1 (commit)
      from  affd4ce918f96a5f223c74a8d19d730c75d51b1d (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 be898cc4485951b10e692932a49144b5a00deef1
Author: Wade Farnsworth <wade_farnsworth@mentor.com>
Date:   Fri Nov 4 12:35:05 2011 -0700

    ARM uprobes support
    
    Basic uprobes support for ARM.
    
    Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com>

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

Summary of changes:
 runtime/uprobes2/uprobes_arch.c |    2 +
 runtime/uprobes2/uprobes_arch.h |    2 +
 runtime/uprobes2/uprobes_arm.c  | 1947 +++++++++++++++++++++++++++++++++++++++
 runtime/uprobes2/uprobes_arm.h  |  114 +++
 4 files changed, 2065 insertions(+), 0 deletions(-)
 create mode 100644 runtime/uprobes2/uprobes_arm.c
 create mode 100644 runtime/uprobes2/uprobes_arm.h


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]