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.4-240-g4f650b8


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  4f650b87fe3c94dabc7d72096bf3c79f60f82c94 (commit)
       via  dbff1ff0a01371e81cbbb3e1a518bf5de478805d (commit)
      from  892ec39acf1ad24813135b730b02f431dfa7109a (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 4f650b87fe3c94dabc7d72096bf3c79f60f82c94
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Apr 12 18:36:35 2011 -0700

    AUTHORS bump

commit dbff1ff0a01371e81cbbb3e1a518bf5de478805d
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Apr 12 15:06:06 2011 -0700

    Add STAP_PROBEV for variadic probe arguments
    
    For the moment, this is only created when SDT_USE_VARIADIC is defined,
    because we want to support arbitrary compiler flags, and -pedantic tends
    to object to variadic macros.
    
    * includes/sys/sdt.h (STAP_PROBEV): New.
    * testsuite/systemtap.base/sdt_va_args.c: Use STAP_PROBEV.
    * testsuite/systemtap.base/sdt_va_args.exp: Test STAP_PROBEV.

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

Summary of changes:
 AUTHORS                                  |    2 +
 includes/sys/sdt.h                       |   21 +++++++++++
 testsuite/systemtap.base/sdt_va_args.c   |   19 ++++++++++
 testsuite/systemtap.base/sdt_va_args.exp |   58 ++++++++++++++++++++++++++++++
 4 files changed, 100 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/systemtap.base/sdt_va_args.c
 create mode 100644 testsuite/systemtap.base/sdt_va_args.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]