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. rhel52-ga-402-ge840252


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  e8402528a3e3f77fa804904e875453039ed4abee (commit)
       via  9d0808b420815955053cd503e9fc2ab1180f70b6 (commit)
       via  12363146250f7271a78c9d63be636605b4bccf61 (commit)
       via  4645fadb8c8a672a258e2c9af5dc804d08f8ecfa (commit)
      from  dcf2fef81c8e72c8f1947e28b049192730ab6d4d (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 e8402528a3e3f77fa804904e875453039ed4abee
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Fri Jun 13 19:32:59 2008 -0700

    Add 'pure' to embedded-C functions that deserve it

commit 9d0808b420815955053cd503e9fc2ab1180f70b6
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Fri Jun 13 19:24:49 2008 -0700

    Reduce the number of actionremaining checks.
    
    The generated code now only checks the actionremaining count at control
    points and after executing a large sequence of statements.

commit 12363146250f7271a78c9d63be636605b4bccf61
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Fri Jun 13 14:06:18 2008 -0700

    Minimize last_error checking.
    
    The old behavior was to check last_error all over the place, and if set,
    jump to the out-label.  Now it's changed to just jump to the out-label
    directly after setting last_error.

commit 4645fadb8c8a672a258e2c9af5dc804d08f8ecfa
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Thu Jun 12 17:14:05 2008 -0700

    Tweak the configure script to play nice with Debian libs.
    
    ./configure now accepts --enable-staticdw, which alters the link
    settings so they work with static libdw.
    
    Tested on Ubuntu Hardy.

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

Summary of changes:
 ChangeLog                   |    8 ++
 configure                   |  181 ++++++++++++++++++++++++++++++++++-
 configure.ac                |   31 +++++--
 tapset/ChangeLog            |    6 +
 tapset/aux_syscalls.stp     |    2 +-
 tapset/ctime.stp            |    2 +-
 tapset/i686/registers.stp   |   10 +-
 tapset/inet.stp             |   12 +-
 tapset/memory.stp           |    3 +-
 tapset/ppc64/registers.stp  |    4 +-
 tapset/s390x/syscalls.stp   |    2 +-
 tapset/x86_64/registers.stp |    8 +-
 translate.cxx               |  220 ++++++++++++++++++------------------------
 13 files changed, 331 insertions(+), 158 deletions(-)


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]