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-298-g7f6ce9a


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  7f6ce9ab56e982b685b2ed9f8b1230f8f4b95ddc (commit)
      from  b7565b41228bea196cefa3a7d43ab67f8f9152e2 (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 7f6ce9ab56e982b685b2ed9f8b1230f8f4b95ddc
Author: Stan Cox <scox@redhat.com>
Date:   Wed Nov 17 11:57:04 2010 -0500

    Add user_{int8,int16,uint16,int32,uint32,int64}.
    
    * conversions.stp (STP_GET_USER): New.  Use it to define...
    (user_{int{8,16,32,64},uint{16,32}}) New. Names derive from types.h.
    (user_char,user_short,user_int): Use STP_GET_USER.
    
    * tapsets.cxx (uprobe_var_expanding_visitor::visit_target_symbol):
    Use user_intN tapsets.
    
    * sdt_types.c (unsigned_short_int_var,unsigned_int_var): New
    
    * sdt_types.stp (unsigned_short_int_var,unsigned_int_var): New

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

Summary of changes:
 tapset/conversions.stp                 |  114 ++++++++++++++++++++++++++------
 tapsets.cxx                            |   16 ++++-
 testsuite/systemtap.base/sdt_misc.exp  |    2 +-
 testsuite/systemtap.base/sdt_types.c   |   22 +++++-
 testsuite/systemtap.base/sdt_types.stp |   56 ++++++++++++++-
 5 files changed, 176 insertions(+), 34 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]