summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/three.stp
diff options
context:
space:
mode:
authorfche <fche>2005-06-13 14:27:49 +0000
committerfche <fche>2005-06-13 14:27:49 +0000
commit56e12059fd1e281889b708b3d351092d9e3ed0be (patch)
tree0d058b68c61782ddc2988d677c925e6be0387425 /testsuite/semok/three.stp
parentbb2e3076ea20631d4606050550bc9664204f2c62 (diff)
downloadsystemtap-steved-56e12059fd1e281889b708b3d351092d9e3ed0be.tar.gz
systemtap-steved-56e12059fd1e281889b708b3d351092d9e3ed0be.tar.xz
systemtap-steved-56e12059fd1e281889b708b3d351092d9e3ed0be.zip
2005-06-13 Frank Ch. Eigler <fche@redhat.com>
Start separating out translator-side probe point recognition. * tapsets.cxx: New file. (be_derived_probe): Support for begin/end probes. (derive_probe): Ditto. Reject anything unrecognized. * translator.cxx: Move out old code. * Makefile.am: Add new source file. * testsuite/semok/*: Switch to begin/end probes only.
Diffstat (limited to 'testsuite/semok/three.stp')
-rwxr-xr-xtestsuite/semok/three.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/three.stp b/testsuite/semok/three.stp
index 41d726a0..6d822d0d 100755
--- a/testsuite/semok/three.stp
+++ b/testsuite/semok/three.stp
@@ -1,7 +1,7 @@
#! stap -p2
global b
-probe foo {
+probe begin {
a <<< 2;
b[4] <<< 4;
}