From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17496 invoked by alias); 26 Jan 2012 21:20:29 -0000 Received: (qmail 17462 invoked by uid 9896); 26 Jan 2012 21:20:24 -0000 Date: Thu, 26 Jan 2012 21:20:00 -0000 Message-ID: <20120126212024.17449.qmail@sourceware.org> From: cmeek@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-690-g7f36f72 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7cd37b1a0b1641f57f8dae5711f6394b6f288e97 X-Git-Newrev: 7f36f7228feb56c7e129d67022705045b8aa15d5 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: 2012-q1/txt/msg00034.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 7f36f7228feb56c7e129d67022705045b8aa15d5 (commit) from 7cd37b1a0b1641f57f8dae5711f6394b6f288e97 (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 7f36f7228feb56c7e129d67022705045b8aa15d5 Author: Chris Meek Date: Thu Jan 26 16:17:50 2012 -0500 PR13546 Cont'd: Added stress tests Tests both normal and statistics arrays with integer, string and two string keys with 2048 enties each. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.maps/map_hash.exp |12313 ++++++++++++++++++++++++ testsuite/systemtap.maps/map_hash_II.stp | 2053 ++++ testsuite/systemtap.maps/map_hash_SI.stp | 2053 ++++ testsuite/systemtap.maps/map_hash_SSI.stp | 2053 ++++ testsuite/systemtap.maps/map_hash_stat_II.stp | 2061 ++++ testsuite/systemtap.maps/map_hash_stat_SI.stp | 2061 ++++ testsuite/systemtap.maps/map_hash_stat_SSI.stp | 2061 ++++ 7 files changed, 24655 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.maps/map_hash.exp create mode 100644 testsuite/systemtap.maps/map_hash_II.stp create mode 100644 testsuite/systemtap.maps/map_hash_SI.stp create mode 100644 testsuite/systemtap.maps/map_hash_SSI.stp create mode 100644 testsuite/systemtap.maps/map_hash_stat_II.stp create mode 100644 testsuite/systemtap.maps/map_hash_stat_SI.stp create mode 100644 testsuite/systemtap.maps/map_hash_stat_SSI.stp hooks/post-receive -- systemtap: system-wide probe/trace tool