From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4481 invoked by alias); 29 Jan 2009 01:17:10 -0000 Received: (qmail 4446 invoked by uid 9586); 29 Jan 2009 01:17:09 -0000 Date: Thu, 29 Jan 2009 01:17:00 -0000 Message-ID: <20090129011708.4429.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.8-239-g73267b8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 83e08fc5458e8196d5f0ed5790f9f7de77a80bb6 X-Git-Newrev: 73267b89ea6ede28b1a0a10667774bca6eb2b37e Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q1/txt/msg00076.txt.bz2 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 Date: Wed Jan 28 17:01:20 2009 -0800 Add Vim modelines for GNU style in stap commit 4c2732a1dad1de295c9219ee3afac007b2d7ba05 Author: Josh Stone 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