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.5-101-g5c854d7


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  5c854d7ca64df766c581c9ed7ff81e04c9d1fa4d (commit)
      from  a5923b0e71ac62aac6b230a26ba6c16993ce3c09 (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 5c854d7ca64df766c581c9ed7ff81e04c9d1fa4d
Author: Chris Meek <cmeek@redhat.com>
Date:   Wed Jul 13 10:31:47 2011 -0400

    PR12890: Renaming modules in Staprun
    
    common.c
        Added '-R' option to staprun. This will instruct
        staprun to automatically rename the module.
    
    buildrun.cxx
        Added '-R' to the options passed to staprun.
    
    staprun_funcs.c
        Added rename_module() function to rename the module,
        When requested. This is called in insert_module().
    
    staprun.c
        Replaced the module name in the arguments list
        passed to stapio with the renamed module name,
        if renamed.
    
    session.cxx
        Added modname_given variable to keep track of whether
        stap was called with '-m'.

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

Summary of changes:
 buildrun.cxx                    |    3 +
 runtime/staprun/Makefile.am     |    2 +-
 runtime/staprun/Makefile.in     |    2 +-
 runtime/staprun/common.c        |   10 +++-
 runtime/staprun/mainloop.c      |    2 +
 runtime/staprun/staprun.c       |   26 ++++-----
 runtime/staprun/staprun.h       |    3 +
 runtime/staprun/staprun_funcs.c |  114 ++++++++++++++++++++++++++++++++++++++-
 session.cxx                     |    3 +
 session.h                       |    1 +
 10 files changed, 148 insertions(+), 18 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]