From dd80a92c1a71454cae0e3d01961382ca6c020030 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 29 May 2013 09:36:42 -0500 Subject: [PATCH] Add buildok testcase for rcu.stp. --- testsuite/buildok/rcu.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testsuite/buildok/rcu.stp diff --git a/testsuite/buildok/rcu.stp b/testsuite/buildok/rcu.stp new file mode 100755 index 000000000..22a246d2f --- /dev/null +++ b/testsuite/buildok/rcu.stp @@ -0,0 +1,6 @@ +#! stap -p4 + +probe begin { + printf("%d\n", rcu_dereference(0)) + exit() +} -- 2.43.5