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-336-g0542632


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  0542632f435d2f0657c3849155fe12d8ab0ce8a4 (commit)
       via  5e2b1d49ff8460145c1a7d58f9da65f4635373db (commit)
       via  b0209e91577f4d026172c67ab4dc561425fc21fa (commit)
       via  f943c2ed810b30b6c50941990e91a97774eb49d9 (commit)
      from  c39994236302a48f4417d575c5a41989452aaaaa (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 0542632f435d2f0657c3849155fe12d8ab0ce8a4
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Oct 20 13:44:07 2011 +0200

    testsuite/systemtap.exelib allow any libc function to occur as start_func.
    
    On some arches some libc startup function don't have a starting _.
    e.g. on powerpc there is generic_start_main().

commit 5e2b1d49ff8460145c1a7d58f9da65f4635373db
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Oct 20 13:38:31 2011 +0200

    Disable uregs recovery through kernel dwarf unwinder for powerpc.
    
    Sadly powerpc does support the dwarf unwinder, but doesn't have enough
    CFI in the kernel to recover fully to user space.

commit b0209e91577f4d026172c67ab4dc561425fc21fa
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Oct 20 13:06:54 2011 +0200

    Don't try to do any lookup when addr is zero in _stp_kallsyms_lookup().

commit f943c2ed810b30b6c50941990e91a97774eb49d9
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Oct 20 13:00:27 2011 +0200

    Remove unused runtime/stack-ppc.c.

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

Summary of changes:
 runtime/stack-ppc.c                              |   76 ----------------------
 runtime/stack.c                                  |    7 +-
 runtime/sym.c                                    |    3 +
 testsuite/systemtap.exelib/libmarkunamestack.tcl |    1 +
 testsuite/systemtap.exelib/ustack.tcl            |    1 +
 5 files changed, 9 insertions(+), 79 deletions(-)
 delete mode 100644 runtime/stack-ppc.c


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]