public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-220-gd9aed31
@ 2011-09-16 13:00 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2011-09-16 13:00 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-16 13:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-16 13:00 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-220-gd9aed31 mark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).