summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/linuxmib-all-probes.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/linuxmib-all-probes.stp')
-rw-r--r--testsuite/buildok/linuxmib-all-probes.stp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/buildok/linuxmib-all-probes.stp b/testsuite/buildok/linuxmib-all-probes.stp
new file mode 100644
index 00000000..c79fc7d3
--- /dev/null
+++ b/testsuite/buildok/linuxmib-all-probes.stp
@@ -0,0 +1,9 @@
+#! stap -p4
+
+// Tests if all probes in the linuxmib tapset are resolvable.
+
+probe linuxmib.* {}
+
+function linuxmib_filter_key:long (sk:long, op:long) {
+ return 0
+}