From 56e12059fd1e281889b708b3d351092d9e3ed0be Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 13 Jun 2005 14:27:49 +0000 Subject: 2005-06-13 Frank Ch. Eigler 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. --- testsuite/semok/three.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/semok/three.stp') 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; } -- cgit