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-281-g898000a


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  898000ace6a5a03ffb7a129b8291cf7f58c4fb26 (commit)
       via  d4bcacdd141570a258690d65cc0e20a42621306d (commit)
       via  454f1f9e4de564760207302366bfbf8e60375383 (commit)
      from  0da35eae7b0cb6ba0e4541eea7a77d1efa50a5be (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 898000ace6a5a03ffb7a129b8291cf7f58c4fb26
Merge: d4bcacd 0da35ea
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Oct 7 13:18:33 2011 +0200

    Merge branch 'master' of ssh://sourceware.org/git/systemtap

commit d4bcacdd141570a258690d65cc0e20a42621306d
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Oct 7 11:54:39 2011 +0200

    Enable dwarf unwinder for ppc64.

commit 454f1f9e4de564760207302366bfbf8e60375383
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Oct 7 11:51:06 2011 +0200

    Always remove prefix '.' when _stp_snprint_addr() human readable symname.
    
    Some arches prefix some symbol names with '.', to make symbol names as
    presented in human readable form consistent across arches always remove
    them when printing them with _stp_snprint_addr. Remove special casing
    in context-symbols.stp probefunc().

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

Summary of changes:
 runtime/runtime.h          |    6 +-
 runtime/sym.c              |    5 ++-
 runtime/unwind/ppc64.h     |   97 ++++++++++++++++++++++++++++++++++++++++++++
 runtime/unwind/unwind.h    |    2 +
 tapset/context-symbols.stp |    3 -
 5 files changed, 106 insertions(+), 7 deletions(-)
 create mode 100644 runtime/unwind/ppc64.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]