summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/maxactive04.stp
diff options
context:
space:
mode:
authorfche <fche>2008-01-26 20:22:09 +0000
committerfche <fche>2008-01-26 20:22:09 +0000
commit606fd9c839a91aa0db6c925764efcea441164f6b (patch)
tree27018d66e93dbd1a49b1438c1536c8d203e3391d /testsuite/semko/maxactive04.stp
parentfb10329303b55f4b7af98237e65d72c030df13b0 (diff)
downloadsystemtap-steved-606fd9c839a91aa0db6c925764efcea441164f6b.tar.gz
systemtap-steved-606fd9c839a91aa0db6c925764efcea441164f6b.tar.xz
systemtap-steved-606fd9c839a91aa0db6c925764efcea441164f6b.zip
PR5673: reduce total size of generated .ko's from wildly wildcarded scripts
2008-01-26 Frank Ch. Eigler <fche@elastic.org> PR 5673. * tapsets.cxx (dwarf_derived_probe_group): Split stap_dwarf_probes[] into bss-carried kprobes structs. Tune embedded strings for minimizing relocation-vs-fixed-buffer wastage. * tapsets.cxx (dwarf_derived_probe): Impose .maxactive() limits. 2008-01-26 Frank Ch. Eigler <fche@elastic.org> PR 5673. * testsuite/parseko/maxactive{04,05}.stp: New tests.
Diffstat (limited to 'testsuite/semko/maxactive04.stp')
-rw-r--r--testsuite/semko/maxactive04.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semko/maxactive04.stp b/testsuite/semko/maxactive04.stp
new file mode 100644
index 00000000..9471fd21
--- /dev/null
+++ b/testsuite/semko/maxactive04.stp
@@ -0,0 +1,5 @@
+#! stap -p2
+
+probe kernel.function("sys_open").return.maxactive(-4)
+{
+}