summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/tskschedule.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/tskschedule.stp')
-rwxr-xr-xtestsuite/buildok/tskschedule.stp6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/buildok/tskschedule.stp b/testsuite/buildok/tskschedule.stp
deleted file mode 100755
index 5c58b192..00000000
--- a/testsuite/buildok/tskschedule.stp
+++ /dev/null
@@ -1,6 +0,0 @@
-#! stap -p4
-
-probe tskdispatch.ctxswitch
-{
- printf("%d, %d, %d\n", prev_pid, next_pid, prevtsk_state);
-}