From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23269 invoked by alias); 13 Jun 2009 22:22:11 -0000 Received: (qmail 23246 invoked by uid 426); 13 Jun 2009 22:22:11 -0000 Date: Sat, 13 Jun 2009 22:22:00 -0000 Message-ID: <20090613222211.23235.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-5-gf07c3b6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b818f048bb5edca2bde3b33fdbe7e42451eb3c6e X-Git-Newrev: f07c3b680a722e27ed55bb5c9719fa5827ebfc75 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: 2009-q2/txt/msg00311.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 f07c3b680a722e27ed55bb5c9719fa5827ebfc75 (commit) from b818f048bb5edca2bde3b33fdbe7e42451eb3c6e (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 f07c3b680a722e27ed55bb5c9719fa5827ebfc75 Author: Frank Ch. Eigler Date: Sat Jun 13 18:21:06 2009 -0400 PR10279: add -DKRETACTIVE=nnnn parameter * tapsets.cxx (dwarf/kprobe_derived_...::emit_decl/init): Define and use KRETPROBE instead of hard-coded max(...) values. Raise the default 50%. * testsuite/buildok/thirtytwo.stp: New test. ----------------------------------------------------------------------- Summary of changes: NEWS | 5 +++++ tapsets.cxx | 12 ++++++++++-- testsuite/buildok/thirtytwo.stp | 10 ++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100755 testsuite/buildok/thirtytwo.stp hooks/post-receive -- systemtap: system-wide probe/trace tool