summaryrefslogtreecommitdiffstats
path: root/testsuite/semok
diff options
context:
space:
mode:
authorfche <fche>2007-10-02 17:44:25 +0000
committerfche <fche>2007-10-02 17:44:25 +0000
commit65aeaea0bc47637030ebe4c2d3a103e1fddaa8d8 (patch)
tree863f412bbf4a1f97af6fa02028bbdbbbf51a4770 /testsuite/semok
parente59475742dc0363828f05a92979d5f6fa9588dee (diff)
downloadsystemtap-steved-65aeaea0bc47637030ebe4c2d3a103e1fddaa8d8.tar.gz
systemtap-steved-65aeaea0bc47637030ebe4c2d3a103e1fddaa8d8.tar.xz
systemtap-steved-65aeaea0bc47637030ebe4c2d3a103e1fddaa8d8.zip
2007-10-02 Frank Ch. Eigler <fche@redhat.com>
PR 5078 * tapsets.cxx (be_derived_probe): Rework to add error probe support. Emit probe description array in C for traversal by generated code. * register_standard_tapsets: Add error probes. * stapprobes.5.in: Document. * translate.cxx (emit_module_init): Handle errors that may occur during begin probes. (emit_module_exit): Use schedule() rather than cpu_relax() during shutdown synchronization wait loop. * staptree.cxx (probe::printsig): Put multiple probe points on same line. 2007-10-02 Frank Ch. Eigler <fche@redhat.com> PR 5078 * semok/twentysix.stp, systemtap.base/beginenderror.*: New tests.
Diffstat (limited to 'testsuite/semok')
-rw-r--r--testsuite/semok/twentysix.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semok/twentysix.stp b/testsuite/semok/twentysix.stp
new file mode 100644
index 00000000..b18a490d
--- /dev/null
+++ b/testsuite/semok/twentysix.stp
@@ -0,0 +1,4 @@
+#! stap -p2
+
+probe begin,begin(10),end,end(10),error,error(10)
+{ println (pp()) }