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.6-547-g633e5ca


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  633e5ca705294f484c8f2b543065614afac09901 (commit)
      from  486382993772501dea282b0fb48fca9819c404e4 (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 633e5ca705294f484c8f2b543065614afac09901
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Mon Dec 5 16:28:57 2011 -0500

    Add new --modinfo option.
    
    * session.cxx (parse_cmdline): Parse it.
      (usage): Note it.
    * session.h (modinfos): Store it.
    * hash.cxx (find_script_hash): Mix it.
    * translate.cxx (translate_pass): Use it.
    * testsuite/systemtap.base/modinfo.exp: Lightly test it.
    * NEWS, stap.1: Document it.

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

Summary of changes:
 NEWS                                 |    3 +++
 hash.cxx                             |    4 ++++
 session.cxx                          |   17 ++++++++++++++++-
 session.h                            |    3 ++-
 stap.1                               |    5 +++++
 testsuite/systemtap.base/modinfo.exp |   11 +++++++++++
 translate.cxx                        |   10 ++++++++++
 7 files changed, 51 insertions(+), 2 deletions(-)
 create mode 100644 testsuite/systemtap.base/modinfo.exp


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]