From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19465 invoked by alias); 21 Jun 2010 15:10:33 -0000 Received: (qmail 19436 invoked by uid 9156); 21 Jun 2010 15:10:32 -0000 Date: Mon, 21 Jun 2010 15:10:00 -0000 Message-ID: <20100621151031.19425.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-299-g49f7872 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 23c2d7d24870a618e6fd8f206400988dc3bd42dd X-Git-Newrev: 49f7872ad5b7466ef1875b18287aad7ae30bdcd3 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/msg00209.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 49f7872ad5b7466ef1875b18287aad7ae30bdcd3 (commit) from 23c2d7d24870a618e6fd8f206400988dc3bd42dd (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 49f7872ad5b7466ef1875b18287aad7ae30bdcd3 Author: David Smith Date: Mon Jun 21 10:09:58 2010 -0500 Large update to kprobes test scripts. * scripts/kprobes_test/kprobes_test.py: Python script to replace old expect scripts. * scripts/kprobes_test/whitelist.exp: Removed old expect script. * scripts/kprobes_test/whitelist_lib.exp: Ditto. * scripts/kprobes_test/gen_code.py: Changed so that could be included by another python module, or directly executed. * scripts/kprobes_test/is_probed.py: Ditto. * scripts/kprobes_test/run_module.py: Ditto. * scripts/kprobes_test/config_opts.py: Commented config options. * scripts/kprobes_test/default.cfg: Commented out ltp tests that require a server. * scripts/kprobes_test/.gitignore: Updated. ----------------------------------------------------------------------- Summary of changes: scripts/kprobes_test/.gitignore | 9 + scripts/kprobes_test/config_opts.py | 50 +++- scripts/kprobes_test/default.cfg | 4 +- scripts/kprobes_test/gen_code.py | 10 +- scripts/kprobes_test/is_probed.py | 81 +++-- scripts/kprobes_test/kprobes_test.py | 564 ++++++++++++++++++++++++++++++++ scripts/kprobes_test/run_module.py | 20 +- scripts/kprobes_test/whitelist.exp | 162 --------- scripts/kprobes_test/whitelist_lib.exp | 175 ---------- 9 files changed, 685 insertions(+), 390 deletions(-) create mode 100755 scripts/kprobes_test/kprobes_test.py delete mode 100755 scripts/kprobes_test/whitelist.exp delete mode 100755 scripts/kprobes_test/whitelist_lib.exp hooks/post-receive -- systemtap: system-wide probe/trace tool