diff options
Diffstat (limited to 'testsuite/buildok/tcp-all-probes.stp')
-rwxr-xr-x | testsuite/buildok/tcp-all-probes.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/buildok/tcp-all-probes.stp b/testsuite/buildok/tcp-all-probes.stp new file mode 100755 index 00000000..dec6ecf7 --- /dev/null +++ b/testsuite/buildok/tcp-all-probes.stp @@ -0,0 +1,6 @@ +#! stap -p4 + +// Tests if all probes in the tcp tapset are resolvable. + +probe tcp.*, + tcp.*.* {} |