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-33-g309d67d


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  309d67d89b3798146b64242889be2d662c08cde3 (commit)
      from  fc4cb08803942f3da4306c0934cfca3cc858318d (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 309d67d89b3798146b64242889be2d662c08cde3
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jul 28 18:10:20 2011 +0200

    Guard regparm in probe context with STAP_NEED_REGPARM.
    
    regparm is only used on i386 (and x86_64 when probing 32bit) for
    signaling what the parameter packing is for the probed function
    as set in register.stp. So only include it in the probe context
    struct when actually used in a stap script.
    
    Also updated docs and fixed signature on other arches.

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

Summary of changes:
 stapfuncs.3stap              |    2 ++
 tapset/arm/registers.stp     |    2 +-
 tapset/i386/registers.stp    |    7 +++++++
 tapset/powerpc/registers.stp |    2 +-
 tapset/s390/registers.stp    |    2 +-
 tapset/x86_64/registers.stp  |    7 +++++++
 tapsets.cxx                  |    2 ++
 translate.cxx                |    4 +++-
 8 files changed, 24 insertions(+), 4 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]