From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16711 invoked by alias); 12 Aug 2010 16:12:28 -0000 Received: (qmail 16669 invoked by uid 9850); 12 Aug 2010 16:12:23 -0000 Date: Thu, 12 Aug 2010 16:12:00 -0000 Message-ID: <20100812161222.16658.qmail@sourceware.org> From: lberk@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-42-ge25a872 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 916491fff56adbdcfc38df1a06c96b5f67455abe X-Git-Newrev: e25a872fe19d5428945e4a4a9b655d66f0321b27 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: 2010-q3/txt/msg00138.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 e25a872fe19d5428945e4a4a9b655d66f0321b27 (commit) from 916491fff56adbdcfc38df1a06c96b5f67455abe (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 e25a872fe19d5428945e4a4a9b655d66f0321b27 Author: Lukas Berk Date: Thu Aug 12 12:10:08 2010 -0400 PR 11369, due to performance issues stap_merge.c is being shipped instead of a .tcl script. stap-merge.1 man page was added to document the command. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 10 +++- runtime/staprun/stap_merge.c | 8 ++-- stap-merge.1 | 100 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+), 7 deletions(-) create mode 100644 stap-merge.1 hooks/post-receive -- systemtap: system-wide probe/trace tool