summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/thirtysix.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/thirtysix.stp')
-rwxr-xr-xtestsuite/semko/thirtysix.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/semko/thirtysix.stp b/testsuite/semko/thirtysix.stp
new file mode 100755
index 00000000..77ffc822
--- /dev/null
+++ b/testsuite/semko/thirtysix.stp
@@ -0,0 +1,7 @@
+#! stap -p2
+
+probe kernel.function("kmem_cache_alloc") {
+ print ($cachep->no_such_field)
+ print ($cachep->array->should_have_indexed_it)
+ print ($cachep->next)
+}