From 62d05fd6924b86fa27f3d73ce62d978e51eb09ed Mon Sep 17 00:00:00 2001 From: dsmith Date: Fri, 14 Sep 2007 16:53:50 +0000 Subject: 2007-09-14 David Smith PR 1154 * buildok/procfs01.stp: New test case. * semko/procfs01.stp: Ditto. * semko/procfs02.stp: Ditto. * semko/procfs03.stp: Ditto. * semko/procfs04.stp: Ditto. * semko/procfs05.stp: Ditto. --- testsuite/semko/procfs04.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testsuite/semko/procfs04.stp (limited to 'testsuite/semko/procfs04.stp') diff --git a/testsuite/semko/procfs04.stp b/testsuite/semko/procfs04.stp new file mode 100755 index 00000000..202300bb --- /dev/null +++ b/testsuite/semko/procfs04.stp @@ -0,0 +1,6 @@ +#! stap -p2 + +# write to $value in a procfs write probe +probe procfs.write { + $value = "hi" +} -- cgit