]> sourceware.org Git - systemtap.git/commitdiff
Add buildok testcase for rcu.stp.
authorDavid Smith <dsmith@redhat.com>
Wed, 29 May 2013 14:36:42 +0000 (09:36 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 29 May 2013 14:36:42 +0000 (09:36 -0500)
testsuite/buildok/rcu.stp [new file with mode: 0755]

diff --git a/testsuite/buildok/rcu.stp b/testsuite/buildok/rcu.stp
new file mode 100755 (executable)
index 0000000..22a246d
--- /dev/null
@@ -0,0 +1,6 @@
+#! stap -p4
+
+probe begin {
+  printf("%d\n", rcu_dereference(0))
+  exit()
+}
This page took 0.029523 seconds and 5 git commands to generate.