From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6335 invoked by alias); 22 Apr 2009 17:21:38 -0000 Received: (qmail 6244 invoked by uid 9593); 22 Apr 2009 17:21:29 -0000 Date: Wed, 22 Apr 2009 17:21:00 -0000 Message-ID: <20090422172126.6217.qmail@sourceware.org> From: hiramatu@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-212-gb453b91 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a12a8a3f1b4f7cdb743aeaaa5ee6c5a4ff28bb7e X-Git-Newrev: b453b91268d5bd3d08614d37c3833dfc44b8ee64 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/msg00116.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 b453b91268d5bd3d08614d37c3833dfc44b8ee64 (commit) via 055b3e70a42e14453ad051de1a51de84b728b984 (commit) via 54f1da8faec0408630348f70d78fc0f8ca07f876 (commit) via eee3e6dca7f1289ccb6795bc586fbda2dbe67188 (commit) from a12a8a3f1b4f7cdb743aeaaa5ee6c5a4ff28bb7e (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 b453b91268d5bd3d08614d37c3833dfc44b8ee64 Author: Masami Hiramatsu Date: Wed Apr 22 13:21:17 2009 -0400 utrace/ia64: Fix syscall_get_set_args_cb() to handle syscalls via syscall() * runtime/syscall.h (syscall_get_set_args_cb): Fix to decode user stack collectly in case of syscall(), and check the maximum number of syscall arguments. commit 055b3e70a42e14453ad051de1a51de84b728b984 Author: Masami Hiramatsu Date: Wed Apr 22 13:18:01 2009 -0400 PR 9821: Add a testcase for strftime * testsuite/systemtap.base/strftime.exp: New test case for strftime. commit 54f1da8faec0408630348f70d78fc0f8ca07f876 Author: Masami Hiramatsu Date: Wed Apr 22 13:16:25 2009 -0400 PR 9821: Use genuine strftime in staprun/stapio * Makefile.am: Add -fno-builtin-strftime to stapio_CFLAGS. * Makefile.in: Ditto. * runtime/staprun/common.c (stap_strfloctime): Use strftime(3). (parse_args): Remove strftime format limitation message. * main.cxx (usage): Ditto. * stap.1.in: Ditto. * staprun.8.in: Ditto. commit eee3e6dca7f1289ccb6795bc586fbda2dbe67188 Author: Masami Hiramatsu Date: Wed Apr 22 13:07:26 2009 -0400 PR 6930: Add testcases for on-file flight recorder * testsuite/systemtap.base/flightrec1.exp: New test case for background mode. * testsuite/systemtap.base/flightrec2.exp: New test case for file switching. * testsuite/systemtap.base/flightrec2.stp: Test script for file switching. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 4 +- Makefile.in | 4 +- main.cxx | 3 +- runtime/staprun/common.c | 112 ++----------------------------- runtime/syscall.h | 13 +++- stap.1.in | 3 +- staprun.8.in | 3 +- testsuite/systemtap.base/flightrec1.exp | 43 ++++++++++++ testsuite/systemtap.base/flightrec2.exp | 69 +++++++++++++++++++ testsuite/systemtap.base/flightrec2.stp | 5 ++ testsuite/systemtap.base/strftime.exp | 49 +++++++++++++ 11 files changed, 190 insertions(+), 118 deletions(-) create mode 100644 testsuite/systemtap.base/flightrec1.exp create mode 100644 testsuite/systemtap.base/flightrec2.exp create mode 100644 testsuite/systemtap.base/flightrec2.stp create mode 100644 testsuite/systemtap.base/strftime.exp hooks/post-receive -- systemtap: system-wide probe/trace tool