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-220-gd9aed31


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  d9aed31e5e4e35fc37d8f2c67def982c1389bd92 (commit)
      from  affcbf483cc25a1c8576bcc07fe581ce9020d95f (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 d9aed31e5e4e35fc37d8f2c67def982c1389bd92
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Sep 16 14:33:06 2011 +0200

    Split kregs and uregs in probe context.
    
    Keep track of kernel registers and user registers for a probe context
    separately in anticipation of k/uregs "recovery". This patch simply
    replaces the regs field of common_probe_context.h with a kregs and uregs
    field, plus changes all over to use one or the other to store or fetch
    the appropriate registers.

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

Summary of changes:
 runtime/common_probe_context.h |   10 +++--
 runtime/loc2c-runtime.h        |   82 ++++++++++++++++++++++++----------------
 runtime/stack.c                |    9 ++--
 tapset-itrace.cxx              |    2 +-
 tapset-perfmon.cxx             |    9 +++-
 tapset-timers.cxx              |    8 +++-
 tapset-utrace.cxx              |    2 +-
 tapset/arm/registers.stp       |   10 ++++-
 tapset/context-symbols.stp     |   26 +++++++-----
 tapset/context.stp             |   18 ++++++--
 tapset/errno.stp               |   20 ++++++++-
 tapset/i386/registers.stp      |   20 ++++++---
 tapset/powerpc/registers.stp   |   10 +++-
 tapset/s390/registers.stp      |   14 ++++--
 tapset/syscalls2.stp           |    2 +-
 tapset/utrace.stp              |   12 +++---
 tapset/x86_64/registers.stp    |   28 ++++++++-----
 tapsets.cxx                    |   36 ++++++++++-------
 18 files changed, 200 insertions(+), 118 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]