From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19249 invoked by alias); 9 Jun 2008 20:31:15 -0000 Received: (qmail 19225 invoked by uid 9156); 9 Jun 2008 20:31:14 -0000 Date: Mon, 09 Jun 2008 20:31:00 -0000 Message-ID: <20080609203114.19214.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-371-gcdf6ed5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 46f7b6be8fcb252def4d0f7d5ea88f8c82fa647b X-Git-Newrev: cdf6ed559ae01a88691849b1f5690cac15c8d3ae 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: X-SW-Source: 2008-q2/txt/msg00094.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 cdf6ed559ae01a88691849b1f5690cac15c8d3ae (commit) from 46f7b6be8fcb252def4d0f7d5ea88f8c82fa647b (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 cdf6ed559ae01a88691849b1f5690cac15c8d3ae Author: David Smith Date: Mon Jun 9 14:50:18 2008 -0500 Fixed utrace probe '$syscall' handling. 2008-06-09 David Smith * tapsets.cxx (utrace_var_expanding_copy_visitor::visit_target_symbol): Calls 'syscall_nr' to get the value of '$syscall'. 2008-06-09 David Smith * x86_64/registers.stp (syscall_nr): Added syscall_nr function. * i686/registers.stp (syscall_nr): Ditto. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 ++++ tapset/ChangeLog | 5 +++++ tapset/i686/registers.stp | 4 ++++ tapset/x86_64/registers.stp | 4 ++++ tapsets.cxx | 19 +++---------------- 5 files changed, 20 insertions(+), 16 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool