From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31978 invoked by alias); 18 Nov 2011 20:37:53 -0000 Received: (qmail 31947 invoked by uid 9156); 18 Nov 2011 20:37:53 -0000 Date: Fri, 18 Nov 2011 20:37:00 -0000 Message-ID: <20111118203752.31936.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, dsmith/task_finder2, updated. release-1.6-467-g8c02154 X-Git-Refname: refs/heads/dsmith/task_finder2 X-Git-Reftype: branch X-Git-Oldrev: cb5f1ec4b19d12f425ba6420d00b9d27bc7c0f08 X-Git-Newrev: 8c021542a44f77d886dca9050a0b8569b92924dc 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: 2011-q4/txt/msg00137.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, dsmith/task_finder2 has been updated via 8c021542a44f77d886dca9050a0b8569b92924dc (commit) via 427a5a5c722fea98ef05e087934b4dbc1512ba93 (commit) via 5261f7ab82a4c5130e86d5ae3e3652515e7c92bc (commit) via 2db5adc1ea090630c2b87e1e8ce7b779f6e98639 (commit) via 3b035c9b44dbc0d90e5ae33835d69554be993c0e (commit) from cb5f1ec4b19d12f425ba6420d00b9d27bc7c0f08 (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 8c021542a44f77d886dca9050a0b8569b92924dc Author: David Smith Date: Fri Nov 18 14:37:11 2011 -0600 Check for the new task_finder config variable requirement. * tapsets.cxx (check_process_probe_kernel_support): Add support for the requirements of the new task_finder (and even look ahead to the new uprobes). * tapset-utrace.cxx (utrace_derived_probe_group::emit_module_decls): Minor change to match "real" tapset-utrace.cxx. commit 427a5a5c722fea98ef05e087934b4dbc1512ba93 Merge: cb5f1ec 5261f7a Author: David Smith Date: Fri Nov 18 13:35:02 2011 -0600 Merge branch 'master' into dsmith/task_finder2 ----------------------------------------------------------------------- Summary of changes: tapset-utrace.cxx | 8 +----- tapsets.cxx | 38 ++++++++++++++++++++++++++----- tapsets.h | 2 + testsuite/systemtap.base/cast-scope.exp | 4 ++- testsuite/systemtap.base/cast-scope.stp | 10 ++++++- 5 files changed, 47 insertions(+), 15 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool