From d1e81455651ff70d1b380fd1b63ea0ae9047eb0f Mon Sep 17 00:00:00 2001 From: William Cohen Date: Fri, 6 Feb 2009 12:53:37 -0500 Subject: Removed syscalls.stp, syscalls1.exp, and syscalls2.exp. --- testsuite/systemtap.samples/syscalls.stp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 testsuite/systemtap.samples/syscalls.stp (limited to 'testsuite/systemtap.samples/syscalls.stp') diff --git a/testsuite/systemtap.samples/syscalls.stp b/testsuite/systemtap.samples/syscalls.stp deleted file mode 100644 index 3ccfb8e5..00000000 --- a/testsuite/systemtap.samples/syscalls.stp +++ /dev/null @@ -1,7 +0,0 @@ -#! stap - -global count -probe kernel.function("sys_*").call { - printf("%d %s\n", pid(), pp()) - if (++count > 100) exit() -} -- cgit