diff options
-rw-r--r-- | testsuite/systemtap.exelib/lib.tcl | 2 | ||||
-rw-r--r-- | testsuite/systemtap.exelib/mark.tcl | 2 | ||||
-rw-r--r-- | testsuite/systemtap.exelib/uname.tcl | 2 | ||||
-rw-r--r-- | testsuite/systemtap.exelib/ustack.tcl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/systemtap.exelib/lib.tcl b/testsuite/systemtap.exelib/lib.tcl index d34ac9ff..c5b7402a 100644 --- a/testsuite/systemtap.exelib/lib.tcl +++ b/testsuite/systemtap.exelib/lib.tcl @@ -9,5 +9,5 @@ lib_func} # Only run on make installcheck if {! [installtest_p]} { untested "lib-$testname"; return } -if {! [utrace_p]} { untested "lib-$testname"; return } +if {! [uprobes_p]} { untested "lib-$testname"; return } stap_run3 lib-$testname $srcdir/$subdir/lib.stp $testexe $testlib -c $testexe diff --git a/testsuite/systemtap.exelib/mark.tcl b/testsuite/systemtap.exelib/mark.tcl index 1f21aabc..506f67a0 100644 --- a/testsuite/systemtap.exelib/mark.tcl +++ b/testsuite/systemtap.exelib/mark.tcl @@ -7,5 +7,5 @@ func_count: 1} # Only run on make installcheck if {! [installtest_p]} { untested "lib-$testname"; return } -if {! [utrace_p]} { untested "lib-$testname"; return } +if {! [uprobes_p]} { untested "lib-$testname"; return } stap_run3 mark-$testname $srcdir/$subdir/mark.stp $testexe $testlib -c $testexe diff --git a/testsuite/systemtap.exelib/uname.tcl b/testsuite/systemtap.exelib/uname.tcl index 804d8f0b..64fed6f0 100644 --- a/testsuite/systemtap.exelib/uname.tcl +++ b/testsuite/systemtap.exelib/uname.tcl @@ -9,5 +9,5 @@ lib: lib_func=lib_func} # Only run on make installcheck if {! [installtest_p]} { untested "uname-$testname"; return } -if {! [utrace_p]} { untested "uname-$testname; return } +if {! [uprobes_p]} { untested "uname-$testname; return } stap_run3 uname-$testname $srcdir/$subdir/uname.stp $testexe $testlib -c $testexe diff --git a/testsuite/systemtap.exelib/ustack.tcl b/testsuite/systemtap.exelib/ustack.tcl index 257d0b9f..82ccecfd 100644 --- a/testsuite/systemtap.exelib/ustack.tcl +++ b/testsuite/systemtap.exelib/ustack.tcl @@ -1,6 +1,6 @@ # Only run on make installcheck if {! [installtest_p]} { untested "ustack-$testname"; return } -if {! [utrace_p]} { untested "ustack-$testname"; return } +if {! [uprobes_p]} { untested "ustack-$testname"; return } # Output is: #print_ubacktrace exe 0 |