From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 782 invoked by alias); 20 Apr 2009 18:55:59 -0000 Received: (qmail 618 invoked by uid 9156); 20 Apr 2009 18:55:57 -0000 Date: Mon, 20 Apr 2009 18:55:00 -0000 Message-ID: <20090420185557.602.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-168-gd1b6c28 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 555b11c26094bafa5e450d8ad70b72a8fcbea10f X-Git-Newrev: d1b6c2866b35575219fb36fa2307c9f87e876750 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: 2009-q2/txt/msg00097.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 d1b6c2866b35575219fb36fa2307c9f87e876750 (commit) via cfee927fb9fc96fa06c55219abce6349a15d47e6 (commit) from 555b11c26094bafa5e450d8ad70b72a8fcbea10f (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 d1b6c2866b35575219fb36fa2307c9f87e876750 Merge: cfee927fb9fc96fa06c55219abce6349a15d47e6 555b11c26094bafa5e450d8ad70b72a8fcbea10f Author: David Smith Date: Mon Apr 20 13:55:45 2009 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit cfee927fb9fc96fa06c55219abce6349a15d47e6 Author: David Smith Date: Mon Apr 20 13:54:51 2009 -0500 Uses upstream ia64 syscall functions. 2009-04-20 David Smith * runtime/syscall.h (syscall_get_nr): Uses upstream version of syscall_get_nr() for ia64. (syscall_get_arguments): Ditto. (in_syscall): New ia64-only function from upstream. (syscall_get_set_args_cb): Ditto. (ia64_syscall_get_set_arguments): Ditto. * runtime/task_finder.c (stap_register_task_finder_target): Removed ia64 register cache. ----------------------------------------------------------------------- Summary of changes: runtime/syscall.h | 143 +++++++++++++++++++++++++++++++++++++++--------- runtime/task_finder.c | 3 - 2 files changed, 116 insertions(+), 30 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool