summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/sched_test.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/sched_test.stp')
-rwxr-xr-xtestsuite/buildok/sched_test.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/buildok/sched_test.stp b/testsuite/buildok/sched_test.stp
index 547b0682..3fa9187d 100755
--- a/testsuite/buildok/sched_test.stp
+++ b/testsuite/buildok/sched_test.stp
@@ -32,3 +32,7 @@ probe scheduler.balance {
log(pp())
}
+probe scheduler.ctxswitch
+{
+ printf("%d, %d, %d\n", prev_pid, next_pid, prevtsk_state);
+}