From c116c31bfdaec3c9d5adbe892d8a1d145b6fcfc2 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Sun, 10 Jan 2010 21:43:17 -0500 Subject: Pull set of semaphore into its own function. * tapsets.cxx (uprobe_derived_probe_group::emit_module_decls): Move sdt_sem_address from standalone to stap_uprobes. Remove sdt_sem_tid. In emitted function stap_uprobe_change_plus distinguish VM_EXEC/VM_WRITE cases, use sdt_sem_address member, move setting of semaphores to new emitted function stap_uprobe_change_semaphore_plus. (stap_uprobe_process_found): Call stap_uprobe_change_semaphore_plus. (stap_uprobe_mmap_found): Likewise. * stap-postgres.stp (postgresrelease): New. Sync to current upstream version. * stap-tcl.sh: Check if wget failed. * stap-tcl.stp: Check for skipped probes. * xulrunner.exp: Check if wget failed. --- testsuite/systemtap.apps/stap-tcl.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuite/systemtap.apps/stap-tcl.sh') diff --git a/testsuite/systemtap.apps/stap-tcl.sh b/testsuite/systemtap.apps/stap-tcl.sh index c3a7f6b7..2a0d0548 100644 --- a/testsuite/systemtap.apps/stap-tcl.sh +++ b/testsuite/systemtap.apps/stap-tcl.sh @@ -11,6 +11,10 @@ mkdir -p tcl if [ ! -r tcl$tclrelease-src.tar.gz ] ; then wget http://sourceforge.net/projects/tcl/files/Tcl/$tclrelease/tcl$tclrelease-src.tar.gz/download fi +if [ ! -r tcl$tclrelease-src.tar.gz ] ; then + echo FAIL: wget tcl$tclrelease-src.tar.gz + exit +fi if [ ! -d tcl/src ] ; then tar -x -z -f tcl$tclrelease-src.tar.gz -- cgit