blob: 506f67a0430645be1d671b1eebd33f95936b20e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set ::result_string {main_count: 3
main_count: 2
main_count: 1
func_count: 3
func_count: 2
func_count: 1}
# Only run on make installcheck
if {! [installtest_p]} { untested "lib-$testname"; return }
if {! [uprobes_p]} { untested "lib-$testname"; return }
stap_run3 mark-$testname $srcdir/$subdir/mark.stp $testexe $testlib -c $testexe
|