From e97bcaa1e868db40b90d63a9ff58295c98b3abb2 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 18 Aug 2005 01:14:52 +0000 Subject: none --- testsuite/buildok/thirteen.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testsuite/buildok/thirteen.stp (limited to 'testsuite/buildok') diff --git a/testsuite/buildok/thirteen.stp b/testsuite/buildok/thirteen.stp new file mode 100755 index 00000000..1113913e --- /dev/null +++ b/testsuite/buildok/thirteen.stp @@ -0,0 +1,6 @@ +#! stap -p4 + +probe kernel.function("sys_read") +{ + log ("count=" . string($count)) +} -- cgit