From aa6af101e19e0128c461842b4e724a9eae72b753 Mon Sep 17 00:00:00 2001 From: guanglei Date: Mon, 8 May 2006 04:25:42 +0000 Subject: add testcases for epilogue mode probe aliases into parseok --- testsuite/parseok/fifteen.stp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 testsuite/parseok/fifteen.stp (limited to 'testsuite/parseok') diff --git a/testsuite/parseok/fifteen.stp b/testsuite/parseok/fifteen.stp new file mode 100755 index 00000000..3597a2aa --- /dev/null +++ b/testsuite/parseok/fifteen.stp @@ -0,0 +1,7 @@ +#! stap -p1 + +/* the epilogue style alias definitions */ +probe syscall.read += kernel.function("sys_read") { +fildes = $fd +} + -- cgit