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.3-425-g4d0d9e8


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  4d0d9e8a46f0563da71e36c4467d85ca23566238 (commit)
      from  52244d5f88a70c64926db7b7ad6568a8fa12f9ea (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 4d0d9e8a46f0563da71e36c4467d85ca23566238
Author: Stan Cox <scox@redhat.com>
Date:   Tue Jan 11 22:17:22 2011 -0500

    Integrate sdt-compat.h into testsuite sdt.h
    
    Makefile.am: Use sdt_types.h instead of sdt-compat.h
    Makefile.in: Likewise.
    tapsets.cxx: Likewise.
    testsuite/sys/sdt.h: Integrate sdt-compat.h.
    sdt-compat.h: Remove.
    sdt_types.h: New.

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

Summary of changes:
 Makefile.am         |    2 +-
 Makefile.in         |    4 +-
 sdt-compat.h        |  532 ---------------------------------------------------
 sdt_types.h         |   45 +++++
 tapsets.cxx         |    4 +-
 testsuite/sys/sdt.h |  483 ++++++++++++++++++++++++++++++++++++++++++++++-
 6 files changed, 532 insertions(+), 538 deletions(-)
 delete mode 100644 sdt-compat.h
 create mode 100644 sdt_types.h


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]