diff options
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-x | testsuite/buildok/scheduler-test-tracepoints.stp | 2 | ||||
-rwxr-xr-x | testsuite/buildok/vm.tracepoints.kmalloc.stp | 2 | ||||
-rwxr-xr-x | testsuite/buildok/vm.tracepoints.stp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/buildok/scheduler-test-tracepoints.stp b/testsuite/buildok/scheduler-test-tracepoints.stp index a660c367..12973f89 100755 --- a/testsuite/buildok/scheduler-test-tracepoints.stp +++ b/testsuite/buildok/scheduler-test-tracepoints.stp @@ -1,4 +1,4 @@ -#! stap -up4 +#! stap -p4 //Tests if all probes in the scheduler tapset are resolvable. diff --git a/testsuite/buildok/vm.tracepoints.kmalloc.stp b/testsuite/buildok/vm.tracepoints.kmalloc.stp index f723737c..20909196 100755 --- a/testsuite/buildok/vm.tracepoints.kmalloc.stp +++ b/testsuite/buildok/vm.tracepoints.kmalloc.stp @@ -1,4 +1,4 @@ -#! stap -up4 +#! stap -p4 /* All other tracepoint memory probes are in another test vm.tracepoints.stp */ diff --git a/testsuite/buildok/vm.tracepoints.stp b/testsuite/buildok/vm.tracepoints.stp index 6ed747d7..9a05491d 100755 --- a/testsuite/buildok/vm.tracepoints.stp +++ b/testsuite/buildok/vm.tracepoints.stp @@ -1,4 +1,4 @@ -#! stap -up4 +#! stap -p4 probe vm.kfree { println(name) |