From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12051 invoked by alias); 29 Nov 2011 21:52:30 -0000 Received: (qmail 12016 invoked by uid 9156); 29 Nov 2011 21:52:29 -0000 Date: Tue, 29 Nov 2011 21:52:00 -0000 Message-ID: <20111129215229.12005.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-518-ge2d98c6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 72dd064de16fe530bd16ba4622dcb16effbfc361 X-Git-Newrev: e2d98c60dcbb1dee319e9bd5c5fdc3a7198fd636 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-q4/txt/msg00170.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 e2d98c60dcbb1dee319e9bd5c5fdc3a7198fd636 (commit) from 72dd064de16fe530bd16ba4622dcb16effbfc361 (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 e2d98c60dcbb1dee319e9bd5c5fdc3a7198fd636 Author: David Smith Date: Tue Nov 29 15:52:13 2011 -0600 Added individual tests for function.call and function.return probes. * testsuite/systemtap.base/uprobes.exp: Added sub-tests that check .call and .return probes individually. * testsuite/systemtap.base/uprobes_call.stp: New file. * testsuite/systemtap.base/uprobes_return.stp: New file. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.base/uprobes.exp | 57 ++++++++++++++++++-------- testsuite/systemtap.base/uprobes_call.stp | 2 + testsuite/systemtap.base/uprobes_return.stp | 2 + 3 files changed, 43 insertions(+), 18 deletions(-) create mode 100644 testsuite/systemtap.base/uprobes_call.stp create mode 100644 testsuite/systemtap.base/uprobes_return.stp hooks/post-receive -- systemtap: system-wide probe/trace tool