From 1aa8ca8402501fc631f9eb5ee06ef316f01878f1 Mon Sep 17 00:00:00 2001 From: dsmith Date: Thu, 9 Nov 2006 16:51:16 +0000 Subject: 2006-11-09 David Smith * buildok/maxactive01.stp: Added test for "maxactive(N)" return probe processing. * parseko/maxactive01.stp: Ditto. * parseko/maxactive02.stp: Ditto. * parseko/maxactive03.stp: Ditto. * parseko/maxactive04.stp: Ditto. * semko/maxactive01.stp: Ditto. * semko/maxactive02.stp: Ditto. * semko/maxactive03.stp: Ditto. * systemtap.base/maxactive.exp: Ditto. --- testsuite/buildok/maxactive01.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testsuite/buildok/maxactive01.stp (limited to 'testsuite/buildok/maxactive01.stp') diff --git a/testsuite/buildok/maxactive01.stp b/testsuite/buildok/maxactive01.stp new file mode 100755 index 00000000..220e6596 --- /dev/null +++ b/testsuite/buildok/maxactive01.stp @@ -0,0 +1,6 @@ +#!./stap -p4 + +probe kernel.function("sys_read").return.maxactive(3) +{ + printf("."); +} -- cgit