]> sourceware.org Git - systemtap.git/blobdiff - testsuite/buildok/nfsd-all-probes.stp
PR11353: enable probe elision optimization
[systemtap.git] / testsuite / buildok / nfsd-all-probes.stp
index c936300747f981aa53f758e3313ed810890feaea..16ffb4ea554b616d75d6c6deb7fb68fb9d4249a2 100755 (executable)
@@ -2,4 +2,7 @@
 
 // Tests if all probes in nfsd.stp are resolvable.
 
-probe nfsd.*, nfsd.*.*, nfsd.*.*.* {}
+probe nfsd.*, nfsd.*.*, nfsd.*.*.* 
+{
+    print("avoid probe elision but, not all optimizations")
+}
This page took 0.230858 seconds and 5 git commands to generate.