summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/four.stp
diff options
context:
space:
mode:
authorfche <fche>2005-08-01 19:39:05 +0000
committerfche <fche>2005-08-01 19:39:05 +0000
commitfe3d01fa89a373b8f930689cf2375cc04cb57b74 (patch)
tree47be3fb3f9de03b6205b05828112fc9df969dbdb /testsuite/buildok/four.stp
parentd8067b24c81ff89a28ece9c52ba35fe6136d35f2 (diff)
downloadsystemtap-steved-fe3d01fa89a373b8f930689cf2375cc04cb57b74.tar.gz
systemtap-steved-fe3d01fa89a373b8f930689cf2375cc04cb57b74.tar.xz
systemtap-steved-fe3d01fa89a373b8f930689cf2375cc04cb57b74.zip
2005-08-01 Frank Ch. Eigler <fche@elastic.org>
* elaborate.cxx (derive_probes, semantic_pass_symbols): Improve error message specificity. * translate.cxx (emit_module_init): Compact partial registration recovery code. (emit_module_exit): Invert deregistration sequence. * testsuite/buildok/four.stp: Some module() test case.
Diffstat (limited to 'testsuite/buildok/four.stp')
-rwxr-xr-xtestsuite/buildok/four.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/buildok/four.stp b/testsuite/buildok/four.stp
new file mode 100755
index 00000000..8ceff188
--- /dev/null
+++ b/testsuite/buildok/four.stp
@@ -0,0 +1,6 @@
+#! stap -p4
+
+probe module("ext3").function("*")
+{
+ log ("ext3 fn")
+}