From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29479 invoked by alias); 16 Sep 2011 13:00:53 -0000 Received: (qmail 29452 invoked by uid 9112); 16 Sep 2011 13:00:52 -0000 Date: Fri, 16 Sep 2011 13:00:00 -0000 Message-ID: <20110916130052.29441.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-220-gd9aed31 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: affcbf483cc25a1c8576bcc07fe581ce9020d95f X-Git-Newrev: d9aed31e5e4e35fc37d8f2c67def982c1389bd92 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q3/txt/msg00269.txt.bz2 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 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