From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26549 invoked by alias); 5 May 2010 17:33:40 -0000 Received: (qmail 26518 invoked by uid 9156); 5 May 2010 17:33:37 -0000 Date: Wed, 05 May 2010 17:33:00 -0000 Message-ID: <20100505173337.26506.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.2-115-g2adaeba X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 81a79f79c253d70433686789cd50438100860e06 X-Git-Newrev: 2adaeba8931bf46916f1d3529fefd35b716a31ff 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-q2/txt/msg00070.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 2adaeba8931bf46916f1d3529fefd35b716a31ff (commit) from 81a79f79c253d70433686789cd50438100860e06 (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 2adaeba8931bf46916f1d3529fefd35b716a31ff Author: David Smith Date: Wed May 5 12:32:21 2010 -0500 PR 11338 (partial): Used @defined in tcp.stp and new test cases. * tapset/tcp.stp: Removed kernel version check. Made other small improvements. * testsuite/buildok/tcp-detailed.stp: New detailed test of all tcp probes and convenience variables. * testsuite/buildok/udp-detailed.stp: New detailed test of all udp probes and convenience variables. * testsuite/buildok/tcp-embedded.stp: Added rest of the tcp embedded-C functions. ----------------------------------------------------------------------- Summary of changes: tapset/tcp.stp | 10 +++--- testsuite/buildok/tcp-detailed.stp | 49 ++++++++++++++++++++++++++++++++++++ testsuite/buildok/tcp-embedded.stp | 1 + testsuite/buildok/udp-detailed.stp | 19 ++++++++++++++ 4 files changed, 74 insertions(+), 5 deletions(-) create mode 100755 testsuite/buildok/tcp-detailed.stp create mode 100755 testsuite/buildok/udp-detailed.stp hooks/post-receive -- systemtap: system-wide probe/trace tool