summaryrefslogtreecommitdiffstats
path: root/testsuite/semko
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko')
-rwxr-xr-xtestsuite/semko/nineteen.stp8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/semko/nineteen.stp b/testsuite/semko/nineteen.stp
deleted file mode 100755
index 8f95d76b..00000000
--- a/testsuite/semko/nineteen.stp
+++ /dev/null
@@ -1,8 +0,0 @@
-#! stap -p2
-
-# PR 1155: should start working when we can resolve the parameters of
-# the inlines.
-
-probe kernel.function("context_switch") {
- printf("switch from=0x%x to=0x%x\n", $prev, $next)
-}