From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32625 invoked by alias); 12 Jul 2010 14:58:03 -0000 Received: (qmail 32594 invoked by uid 678); 12 Jul 2010 14:58:02 -0000 Date: Mon, 12 Jul 2010 14:58:00 -0000 Message-ID: <20100712145801.32583.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-469-g6e9c532 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c31177fb9c9971131d03fbde5f422a442e726f84 X-Git-Newrev: 6e9c532dd5b5ed64c6ba2e5d919e81ad03333abe 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/msg00054.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 6e9c532dd5b5ed64c6ba2e5d919e81ad03333abe (commit) via 78af6aa67f596e7f13b7c3ce5ab134a631fbdc8b (commit) via 549d93ad41187c4d4c2b302fbea0b6adbecd4526 (commit) from c31177fb9c9971131d03fbde5f422a442e726f84 (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 6e9c532dd5b5ed64c6ba2e5d919e81ad03333abe Merge: 78af6aa67f596e7f13b7c3ce5ab134a631fbdc8b c31177fb9c9971131d03fbde5f422a442e726f84 Author: William Cohen Date: Mon Jul 12 10:57:38 2010 -0400 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 78af6aa67f596e7f13b7c3ce5ab134a631fbdc8b Author: William Cohen Date: Mon Jul 12 10:56:34 2010 -0400 Remove the unneeded default filter functions from tests. commit 549d93ad41187c4d4c2b302fbea0b6adbecd4526 Author: William Cohen Date: Mon Jul 12 10:25:30 2010 -0400 Add default filter functions for ipmib, tcpmib, and linuxmib tapset The ipmib, tcpmib, and linuxmib tapsets use filter functions. There needs to be defaults for each of the filter functions so -L and -l work. ----------------------------------------------------------------------- Summary of changes: tapset/ipmib-filter-default.stp | 17 +++++++++++++++++ tapset/linuxmib-filter-default.stp | 17 +++++++++++++++++ tapset/tcpmib-filter-default.stp | 17 +++++++++++++++++ testsuite/buildok/linuxmib-all-probes.stp | 4 ---- testsuite/buildok/linuxmib-detailed.stp | 5 ----- testsuite/buildok/tcpmib-all-probes.stp | 15 --------------- testsuite/buildok/tcpmib-detailed.stp | 13 ------------- 7 files changed, 51 insertions(+), 37 deletions(-) create mode 100644 tapset/ipmib-filter-default.stp create mode 100644 tapset/linuxmib-filter-default.stp create mode 100644 tapset/tcpmib-filter-default.stp hooks/post-receive -- systemtap: system-wide probe/trace tool