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.2-109-ge2012a7


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  e2012a7af969703aac4935e6d7c3588a9929c3ed (commit)
       via  994e8c2ce87078158b8d51b45958fd7c88e1ed3d (commit)
      from  71345c0883b4b78d37f823c79ebc1f4e232789f7 (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 e2012a7af969703aac4935e6d7c3588a9929c3ed
Author: Dave Brolley <brolley@redhat.com>
Date:   Fri Apr 30 10:56:30 2010 -0400

    PR 11441: Preparation for client/server merge into stap.
    
    - Factor out main into initialization, argument parsing, argument checking
      pass 0-4, pass 5, cleanup.
    - Move systemtap_session methods into their own file (session.cxx)

commit 994e8c2ce87078158b8d51b45958fd7c88e1ed3d
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Mar 29 11:44:11 2010 -0400

    Potentialloy confusing typo
    
    If it does not already exit -> If it does not already exist.

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

Summary of changes:
 Makefile.am    |    2 +-
 Makefile.in    |   20 +-
 elaborate.cxx  |  366 ++++--------------
 elaborate.h    |   21 +
 main.cxx       | 1043 +++---------------------------------------------
 session.cxx    | 1206 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 session.h      |   21 +-
 systemtap.spec |    2 +-
 8 files changed, 1396 insertions(+), 1285 deletions(-)
 create mode 100644 session.cxx


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]