summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/twenty.stp
diff options
context:
space:
mode:
authorfche <fche>2005-11-08 19:45:59 +0000
committerfche <fche>2005-11-08 19:45:59 +0000
commit4893e4b2858af12d916c3915a97336cdb0c8236b (patch)
tree23b50e5f0c3a13760cddf3a10ed796ed1eeb852f /testsuite/semok/twenty.stp
parent446ffd97017f72652b64c43bf25fc5fccbb3ddf0 (diff)
downloadsystemtap-steved-4893e4b2858af12d916c3915a97336cdb0c8236b.tar.gz
systemtap-steved-4893e4b2858af12d916c3915a97336cdb0c8236b.tar.xz
systemtap-steved-4893e4b2858af12d916c3915a97336cdb0c8236b.zip
2005-11-08 Frank Ch. Eigler <fche@redhat.com>
* tapsets.cxx (blacklisted_p): Tolerate NULL filename parameter. * src/testsuite/semok/twenty.stp: New test to enumerate everything dwarfly probeable.
Diffstat (limited to 'testsuite/semok/twenty.stp')
-rwxr-xr-xtestsuite/semok/twenty.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/semok/twenty.stp b/testsuite/semok/twenty.stp
new file mode 100755
index 00000000..6d7f5183
--- /dev/null
+++ b/testsuite/semok/twenty.stp
@@ -0,0 +1,8 @@
+#! stap -p2
+
+probe kernel.function("*") {}
+probe module("*").function("*") {}
+probe kernel.function("*").return {}
+probe module("*").function("*").return {}
+probe kernel.inline("*") {}
+probe module("*").inline("*") {}