From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24516 invoked by alias); 17 Aug 2008 17:39:56 -0000 Received: (qmail 24444 invoked by uid 426); 17 Aug 2008 17:39:53 -0000 Date: Sun, 17 Aug 2008 17:39:00 -0000 Message-ID: <20080817173952.24433.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, pr4225, updated. release-0.7-117-gc569c2e X-Git-Refname: refs/heads/pr4225 X-Git-Reftype: branch X-Git-Oldrev: 00cf370953d55d0c79a746b4e7d65ce29266afc4 X-Git-Newrev: c569c2e4973296701cd4caff35847e2fde32754a 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: X-SW-Source: 2008-q3/txt/msg00150.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, pr4225 has been updated via c569c2e4973296701cd4caff35847e2fde32754a (commit) via 8d4b1ab0732bd51e4b8f1e7cdb2550a9d67f21bc (commit) via 3fa5cd6a40695472e3752dce17b5a438f8a830fa (commit) via 986e98de88e5a55451aaf24a6ead7f44725124c1 (commit) via fd5747054ac2a5c90d209195c55e6310972f969a (commit) via aa15b9f0167dfc87c3bd78e956005b0eacefbc98 (commit) via a43ba4339f5b291d139e0be59bba4bc46c55ea25 (commit) via e9737939bdde53cfd6a2a16f0bd6494a05634ce8 (commit) via a33ac7e8d41a9e195a4bad3c861fb2d3425fa5ca (commit) via b7afc05d1b544fe2c3ee130589b7464cd08c3c17 (commit) via ceaacb4ef6c696412b3acd5ee7ddf2f8376e12e5 (commit) via 5da0b3b2512ad912a845ff0bab34263cbb4a1dfc (commit) via 7f7720519a6848403d91cc90269a04bade0dac2e (commit) via b01369baab6f5bd6887e99ad44048197e0d38c04 (commit) via 113187f4bef412a250736468b93e9a553d04d91b (commit) via 84c4da88c7a995033b2a06fcc10e485222b54b11 (commit) via 6cdf2889024b6538665a00f2ecd7321626624bb8 (commit) via 6503a1cce1cb2a2b88819b414650bd85340a4381 (commit) via ac4229f1050ee69b3ebfe57e6f7fcee08aaeceec (commit) from 00cf370953d55d0c79a746b4e7d65ce29266afc4 (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 c569c2e4973296701cd4caff35847e2fde32754a Merge: 00cf370953d55d0c79a746b4e7d65ce29266afc4 8d4b1ab0732bd51e4b8f1e7cdb2550a9d67f21bc Author: Frank Ch. Eigler Date: Sun Aug 17 13:39:39 2008 -0400 Merge commit 'origin/master' into pr4225 * commit 'origin/master': Mention distro specific elfutils development sub-packages needed when not found. Change system-wide probes from 'process("*").begin' to 'process.begin'. PR6836: tweak $$return formatting extend callgraph example to use $$parms / $$return PR6836: $$vars extensions, $$return small patch ... PR 6834 PR6842: work around possibly null task->signal in utrace death callback Minor bugs in stap-client. build compatibility and speed hack for bundled-elfutils mode revise build instructions; clarifying elfutils bundling and its new hosting site kbuild compatibility hack for separate-objdir O= builds PR 6445 (partial). Implemented system-wide utrace probes. Fixed compilation warning on gcc 3.x let $$vars work even with unsupported c types (e.g., funkytown floats) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 103 +++++++++++++ Makefile.am | 4 +- Makefile.in | 4 +- NEWS | 5 +- README | 35 +++-- buildrun.cxx | 14 ++- config.in | 3 - configure | 23 ++-- configure.ac | 4 +- runtime/ChangeLog | 14 ++ runtime/task_finder.c | 38 +++-- stap-client | 130 +++++++++-------- stap-server | 35 ++--- stap-serverd | 2 +- stapprobes.5.in | 24 +++- tapsets.cxx | 158 +++++++++++++------ testsuite/ChangeLog | 17 ++ testsuite/lib/systemtap.exp | 7 +- testsuite/semko/utrace14.stp | 4 + testsuite/semok/thirtytwo.stp | 5 + testsuite/systemtap.base/utrace_p4.exp | 9 + testsuite/systemtap.examples/ChangeLog | 5 + .../systemtap.examples/general/para-callgraph.meta | 16 +-- .../systemtap.examples/general/para-callgraph.stp | 26 ++-- testsuite/systemtap.examples/index.html | 6 +- testsuite/systemtap.examples/index.txt | 17 +- testsuite/systemtap.examples/keyword-index.html | 12 +- testsuite/systemtap.examples/keyword-index.txt | 30 ++-- testsuite/systemtap.examples/subsystem-index.html | 11 +- testsuite/systemtap.examples/subsystem-index.txt | 23 ++-- 30 files changed, 524 insertions(+), 260 deletions(-) create mode 100755 testsuite/semko/utrace14.stp create mode 100755 testsuite/semok/thirtytwo.stp hooks/post-receive -- systemtap: system-wide probe/trace tool