From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26858 invoked by alias); 4 Nov 2011 20:37:13 -0000 Received: (qmail 26817 invoked by uid 9156); 4 Nov 2011 20:37:12 -0000 Date: Fri, 04 Nov 2011 20:37:00 -0000 Message-ID: <20111104203712.26806.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-411-g830974a X-Git-Refname: refs/heads/dsmith/task_finder2 X-Git-Reftype: branch X-Git-Oldrev: b173179ed5af6b78b303fae08f133417f52c7c33 X-Git-Newrev: 830974abb77c911a25363e8594f1b291303735eb 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/msg00092.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 830974abb77c911a25363e8594f1b291303735eb (commit) via 4975d15deb6acddd99b6033713f46ff2c1684e65 (commit) via 61019d8d61f25c17792d134ce3d01289e183bbfa (commit) via 756df9f5d5bc9f9e9a2cbfaffadcab9895a8b1e2 (commit) via 63334faa5f09f858a83affc8f5d65aa971779b40 (commit) via 090a235b7bb55d0f8b5c1fa4ede850cad77b30fa (commit) via 71dd7f7454d7f3d005c6eceb94b284891c69fa72 (commit) via 9cc3e70c0e6d2572a2f3a7dbbcfab1592319692a (commit) via 4e30fa2bef1d39842faa80199ad688c92e2b630a (commit) via 9f4cd64d56569bc05c18fa3c3ebd7df4f288fe0d (commit) from b173179ed5af6b78b303fae08f133417f52c7c33 (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 830974abb77c911a25363e8594f1b291303735eb Merge: 4975d15 61019d8 Author: David Smith Date: Fri Nov 4 14:52:18 2011 -0500 Merge branch 'master' into dsmith/task_finder2 commit 4975d15deb6acddd99b6033713f46ff2c1684e65 Author: David Smith Date: Fri Nov 4 14:39:18 2011 -0500 Small fixes and cleanups in stp_utrace.c and task_finder2.c. * runtime/task_finder2.c (__stp_task_finder_cleanup): Removed unused code. * runtime/stp_utrace.c (utrace_init): Only declare 'report_exec_name' when STAPCONF_UTRACE_VIA_FTRACE is defined. (utrace_free_task): Updated (but still isn't called). ----------------------------------------------------------------------- Summary of changes: runtime/stp_utrace.c | 14 +++++++++++--- runtime/syscall.h | 38 ++++++++++++++++++++++++++++++++++++++ runtime/task_finder.c | 2 +- runtime/task_finder2.c | 34 +++------------------------------- runtime/unwind.c | 2 +- runtime/unwind/ppc64.h | 11 +++++++---- stap-serverd.cxx | 26 +++++++++++++++----------- tapset/powerpc/aux_syscalls.stp | 27 +++++++++++++++++++++++++++ translate.cxx | 8 ++++++-- 9 files changed, 109 insertions(+), 53 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool