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