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.0-396-g1822219


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  182221914a187147ae7057d60c74e626224f99e0 (commit)
       via  48390b53f76b1497b5ce1408f3fb83c6581f9ecf (commit)
       via  028e1bde11b9644d1ac62f0a1a2188cf8def234a (commit)
       via  be00414012df13c2eddf98909b3cdfe21c2a94d8 (commit)
       via  b5a0dd413a3e4f521df7febca6b88f0ec6b9ff36 (commit)
       via  a5a674fa2c2447e9dd34c8c8f7b1e5756a32df4d (commit)
      from  39b375aeafc43e00ecf68d0151e7df0597139949 (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 182221914a187147ae7057d60c74e626224f99e0
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Dec 20 15:34:09 2009 -0500

    RHBZ543529: Make implicit -BCONFIG_MODULE_SIG=n
    
    * buildrun.cxx (compile_pass): Disable module signing goo.

commit 48390b53f76b1497b5ce1408f3fb83c6581f9ecf
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Dec 20 14:34:31 2009 -0500

    dwarf probes: skip inlined instances with null (buggy) entrypc
    
    * dwflpp.cxx (resolve_prologue_endings): Skip entrypc=0.

commit 028e1bde11b9644d1ac62f0a1a2188cf8def234a
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Dec 20 13:34:16 2009 -0500

    runtime backtracing: port commit #2e7f8442 to uprobes1
    
        * runtime/uprobes/uprobes.c (uprobe_get_pc): new function

commit be00414012df13c2eddf98909b3cdfe21c2a94d8
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Dec 20 12:16:33 2009 -0500

    PR10601 cont'd, RHEL5 backward compatibility with more runtime/autoconf*

commit b5a0dd413a3e4f521df7febca6b88f0ec6b9ff36
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Dec 18 12:20:52 2009 -0500

    PR10601 part 1: i386 and x86-64 regset for dwarf fetch/store_register()s
    
    * runtime/loc2c-runtime.h (fetch_register, store_register):
      forked into k_ (kernel) and u_ (user) varieties.  Implement
      i386 and x86_64 in terms of regset.h; fall back to k_* for
      other architectures.
    * tapsets.cxx: (*::visit_target_symbol): Emit macros to map
      loc2c's fetch/store_register to loc2c-runtime's k_ or u_ as
      appopriate.

commit a5a674fa2c2447e9dd34c8c8f7b1e5756a32df4d
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Tue Nov 24 15:46:41 2009 -0500

    PR10601: comment on loc2c's use of [u]intptr_t for temp values

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

Summary of changes:
 buildrun.cxx                     |    5 +
 dwflpp.cxx                       |   10 +
 loc2c.c                          |    7 +
 runtime/autoconf-regset.c        |    7 +
 runtime/autoconf-utrace-regset.c |    8 +
 runtime/loc2c-runtime.h          |  400 ++++++++++++++++++++++++++++++--------
 runtime/stack-x86_64.c           |    2 -
 runtime/uprobes/uprobes.c        |   38 ++++
 runtime/uprobes/uprobes.h        |    8 +
 tapsets.cxx                      |   43 ++++-
 10 files changed, 436 insertions(+), 92 deletions(-)
 create mode 100644 runtime/autoconf-regset.c
 create mode 100644 runtime/autoconf-utrace-regset.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]