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-0.8-239-g73267b8


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  73267b89ea6ede28b1a0a10667774bca6eb2b37e (commit)
       via  4c2732a1dad1de295c9219ee3afac007b2d7ba05 (commit)
      from  83e08fc5458e8196d5f0ed5790f9f7de77a80bb6 (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 73267b89ea6ede28b1a0a10667774bca6eb2b37e
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jan 28 17:01:20 2009 -0800

    Add Vim modelines for GNU style in stap

commit 4c2732a1dad1de295c9219ee3afac007b2d7ba05
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jan 28 14:36:08 2009 -0800

    Use 'static' as much as possible
    
    This change just inserts 'static' on runtime, tapset, and generated C
    functions and globals, so the compiler can do a better job of
    optimizing.
    
    My tests with small scripts show ~10% reduction in compile time and ~20%
    reduction in module size.  Larger scripts may show less benefit, but I
    expect purely positive results.

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

Summary of changes:
 auto_free.h                   |    2 +
 buildrun.cxx                  |    2 +
 buildrun.h                    |    2 +
 cache.cxx                     |    2 +
 cache.h                       |    2 +
 coveragedb.cxx                |    2 +
 coveragedb.h                  |    1 +
 dwarf_wrappers.cxx            |    2 +
 dwarf_wrappers.h              |    2 +
 elaborate.cxx                 |    1 +
 elaborate.h                   |    2 +
 hash.cxx                      |    2 +
 hash.h                        |    2 +
 loc2c.h                       |    2 +
 main.cxx                      |    2 +
 parse.cxx                     |    1 +
 parse.h                       |    2 +
 runtime/addr-map.c            |    8 +++---
 runtime/alloc.c               |   16 +++++++-------
 runtime/arith.c               |   22 ++++++++++----------
 runtime/copy.c                |    7 ++---
 runtime/counter.c             |   10 ++++----
 runtime/debug.h               |    2 +-
 runtime/io.c                  |   10 ++++----
 runtime/itrace.c              |    2 +-
 runtime/map-gen.c             |   16 +++++++-------
 runtime/map.c                 |   42 ++++++++++++++++++++--------------------
 runtime/map.h                 |   30 ++++++++++++++--------------
 runtime/perf.c                |    6 ++--
 runtime/perf.h                |    6 ++--
 runtime/pmap-gen.c            |   18 ++++++++--------
 runtime/print.c               |   16 +++++++-------
 runtime/print_new.c           |    2 +-
 runtime/procfs.c              |   10 ++++----
 runtime/regs.c                |   18 ++++++++--------
 runtime/runtime.h             |    8 +++---
 runtime/stack.c               |    6 ++--
 runtime/stat.c                |   12 +++++-----
 runtime/string.c              |    6 ++--
 runtime/string.h              |    4 +-
 runtime/sym.c                 |    8 +++---
 runtime/sym.h                 |    6 ++--
 runtime/task_finder.c         |   12 +++++-----
 runtime/time.c                |   12 +++++-----
 runtime/transport/control.c   |    2 +-
 runtime/transport/relayfs.c   |    8 +++---
 runtime/transport/relayfs.h   |    4 +-
 runtime/transport/symbols.c   |    2 +-
 runtime/transport/transport.c |   16 +++++++-------
 runtime/transport/transport.h |   20 +++++++++---------
 runtime/transport/utt.c       |   12 +++++-----
 runtime/transport/utt.h       |   10 ++++----
 runtime/unwind.c              |    4 +-
 runtime/vsprintf.c            |    2 +-
 session.h                     |    2 +
 staptree.cxx                  |    1 +
 staptree.h                    |    2 +
 tapset/aux_syscalls.stp       |   22 ++++++++++----------
 tapset/errno.stp              |    4 +-
 tapset/nfs_proc.stp           |   20 +++++++++---------
 tapsets.cxx                   |   36 ++++++++++++++++++----------------
 tapsets.h                     |    2 +
 translate.cxx                 |   38 +++++++++++++++++++-----------------
 translate.h                   |    2 +
 util.cxx                      |    1 +
 util.h                        |    2 +
 66 files changed, 302 insertions(+), 256 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]